Skip to content

Commit

Permalink
Add debug flag to Snyk workflow and remove Checkmarx and Veracode to
Browse files Browse the repository at this point in the history
work on them later.
  • Loading branch information
davewichers committed Apr 11, 2024
1 parent 89644a2 commit 2befc71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 115 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/checkmarx.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/snyk-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Runs Snyk Code (SAST) analysis and uploads result into GitHub.
# Use || true to not fail the pipeline
- name: Snyk Code test
run: snyk code test --sarif > snyk-code.sarif # || true
run: snyk code test -d --sarif > snyk-code.sarif # || true

# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
- name: Snyk Open Source monitor
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/veracode.yml

This file was deleted.

0 comments on commit 2befc71

Please sign in to comment.