Skip to content

Commit

Permalink
2.11.6: Add OWASP Dependency Check scan
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 20, 2023
1 parent 74b1998 commit ad4f75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan-with-owasp-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
project: 'Mutillidae'
path: '.'
format: 'SARIF'
out: 'reports' # this is the default, no need to specify unless you wish to override it
out: '.' # this is the default, no need to specify unless you wish to override it
args: >
--enableRetired
- name: Upload results from Snyk to GitHub Code Scanning
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: snyk-results.sarif
sarif_file: dependency-check-report.sarif
# Action to upload the results of the Snyk scan in SARIF format

0 comments on commit ad4f75c

Please sign in to comment.