Skip to content

Commit

Permalink
Merge pull request #240 from liquibase/trivy
Browse files Browse the repository at this point in the history
Update trivy.yml
  • Loading branch information
jnewton03 authored Aug 30, 2023
2 parents a3b2db2 + 9016145 commit ff7376d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,16 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: 'trivy-results.sarif'

- name: Generate Security Report
uses: rsdmike/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
outputDir: ./reports/
sarifReportDir: .

- name: Upload Security Report
uses: actions/upload-artifact@v3
with:
name: security-report
path: ./reports/summary.pdf

0 comments on commit ff7376d

Please sign in to comment.