We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d11be38 commit 45a2a44Copy full SHA for 45a2a44
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
25
with:
26
command: |
27
- 'run'
+ 'auth'
28
'iac test' # Specifies to run a code analysis
29
args: '--sarif-file-output=snyk-iac-results.sarif' # Outputs results in SARIF format
30
0 commit comments