We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384f4df commit 40ccbc5Copy full SHA for 40ccbc5
.github/workflows/security_code_tests_v1.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: security-operator
33
env:
34
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
35
+ GOFLAGS: "-buildvcs=false"
36
run: |
37
snyk test --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
38
#
0 commit comments