We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cc8a81 commit c833260Copy full SHA for c833260
.github/workflows/main.yml
@@ -15,3 +15,4 @@ jobs:
15
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
16
with:
17
args: --severity-threshold=high
18
+ command: code test # Specifically run Snyk Code SAST scanning
0 commit comments