Skip to content

Commit 40ccbc5

Browse files
committed
disable vcs stamping
1 parent 384f4df commit 40ccbc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/security_code_tests_v1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: security-operator
3333
env:
3434
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
35+
GOFLAGS: "-buildvcs=false"
3536
run: |
3637
snyk test --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
3738
#

0 commit comments

Comments
 (0)