Skip to content

Commit

Permalink
Use table
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Mar 8, 2024
1 parent f5c1470 commit 7102e40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ jobs:
scan-type: 'config'
hide-progress: false
format: 'table'
output: table.txt
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'

- name: Upload trivy report as a Github artifact
uses: actions/upload-artifact@v4
with:
name: table
path: '${{ github.workspace }}/table.txt'
retention-days: 1 # 90 is the default

0 comments on commit 7102e40

Please sign in to comment.