Skip to content

Commit 8ff369f

Browse files
committed
add debug to snyk
1 parent 89d8693 commit 8ff369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security_code_tests_v1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- name: security-operator
3636
run: |
37-
snyk test --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
37+
snyk test --debug --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
3838
#
3939
# security-executor:
4040
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)