Skip to content

Commit

Permalink
Fix dependency requiring golang 1.16+ (#20)
Browse files Browse the repository at this point in the history
Latest changes in gosec don't work with go <1.16:
securego/gosec#725

We need more careful testing before doing such version bump
  • Loading branch information
fnaranjo-vmw committed Nov 25, 2021
1 parent caf57ac commit 70be12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/security-scan
Expand Up @@ -10,7 +10,7 @@ pushd release-dir
export PATH=$PWD/bin:$PATH
fi

go get github.com/securego/gosec/cmd/gosec
GO111MODULE=on go get github.com/securego/gosec/v2/cmd/gosec@v2.9.1

IFS=':' read -r -a array <<< "$PATHS"

Expand Down

0 comments on commit 70be12f

Please sign in to comment.