We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03fc8c7 commit cbc047cCopy full SHA for cbc047c
.github/workflows/security_code_tests_v1.yml
@@ -43,10 +43,10 @@ jobs:
43
# NOTE: We use the Snyk action (instead of the Snyk base image) so that
44
# it respects the Go version we use.
45
uses: snyk/actions/golang@master
46
- with:
47
- args: --fail-on=upgradable --severity-threshold=high --file=operator/go.mod
48
env:
49
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ with:
+ args: --fail-on=upgradable --severity-threshold=high --file=operator/go.mod
50
#
51
# security-executor:
52
# runs-on: ubuntu-latest
0 commit comments