Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Dec 20, 2024
1 parent 398e96e commit 4516eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
export PATH="$HOME/.local/bin/:$PATH"
npm install -g snyk-delta
- name: Identify new vulnerabilities
run: ./snyk/snyk_delta_all_projects.sh --org=$SNYK_ORG --exclude=$SNYK_TEST_EXCLUDE
run: ./snyk/snyk_delta_all_projects.sh -d --org=$SNYK_ORG --exclude=$SNYK_TEST_EXCLUDE
- name: Run code test
uses: snyk/actions/[email protected]
with:
Expand Down

0 comments on commit 4516eda

Please sign in to comment.