File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ if [[ "$EXPERIMENTAL" == *"gitleaks"* ]]; then
122
122
fi
123
123
124
124
# nancy (vulnerable dependencies)
125
- if [[ " $OS_NAME " == " linux" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22 /nancy-v1.0.22 -linux-amd64; fi
126
- if [[ " $OS_NAME " == " osx" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.22 /nancy-v1.0.22 -darwin-amd64; fi
125
+ if [[ " $OS_NAME " == " linux" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.23 /nancy-v1.0.23 -linux-amd64; fi
126
+ if [[ " $OS_NAME " == " osx" ]]; then wget -q -O ./bin/nancy https://github.com/sonatype-nexus-community/nancy/releases/download/v1.0.23 /nancy-v1.0.23 -darwin-amd64; fi
127
127
if [[ " $OS_NAME " != " windows" ]]; then
128
128
chmod +x ./bin/nancy
129
129
./bin/nancy --version
You can’t perform that action at this time.
0 commit comments