We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d8693 commit 8ff369fCopy full SHA for 8ff369f
.github/workflows/security_code_tests_v1.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: actions/checkout@v4
35
- name: security-operator
36
run: |
37
- snyk test --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
+ snyk test --debug --file=operator/go.mod --fail-on=upgradable --severity-threshold=high
38
#
39
# security-executor:
40
# runs-on: ubuntu-latest
0 commit comments