Skip to content

Commit 20d6084

Browse files
authored
Update synk.yml
1 parent 96686ae commit 20d6084

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/synk.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
env:
3535
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
3636

37+
- name: Monitor project in Snyk for dependencies (SAST)
38+
run: snyk code monitor --all-projects --org=madhatkul
39+
env:
40+
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
41+
3742
# Step 5: Upload SCA results to GitHub Code Scanning
3843
- name: Upload SCA result to GitHub Code Scanning
3944
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)