Skip to content

Commit

Permalink
Update main.yml (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer515 authored Dec 17, 2024
1 parent 29319c9 commit 7011a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Step 9: Run Snyk Open Source Scan and Diff
- name: Run Snyk Delta Scan
run: /bin/bash snyk_delta_all_projects.sh --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }} --setPassIfNoBaseline true
run: /bin/bash snyk_delta_all_projects.sh --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }} --setPassIfNoBaseline true -d

- name: Run Snyk Monitor Scan
run: snyk monitor --all-projects --org=${{ vars.SNYK_ORG }} --remote-repo-url=${{ github.repository }}
Expand Down

0 comments on commit 7011a8c

Please sign in to comment.