Skip to content

Commit

Permalink
upload dep scan results
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmwells-amazon committed Nov 8, 2023
1 parent 1b2023e commit 149a47d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
project: 'CedarJava'
path: 'CedarJava'
format: 'HTML'
args: >
--failOnCVSS 7
--enableRetired
- name: Upload Test results
uses: actions/upload-artifact@master
with:
name: Depcheck report
path: ${{github.workspace}}/reports

0 comments on commit 149a47d

Please sign in to comment.