Skip to content

Commit 45a2a44

Browse files
authored
update run to auth
1 parent d11be38 commit 45a2a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
2525
with:
2626
command: |
27-
'run'
27+
'auth'
2828
'iac test' # Specifies to run a code analysis
2929
args: '--sarif-file-output=snyk-iac-results.sarif' # Outputs results in SARIF format
3030

0 commit comments

Comments
 (0)