Skip to content

Commit

Permalink
change output to table
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed May 9, 2024
1 parent e55a3e6 commit b7e2372
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: trivy
name: Code Scanning

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
name: SAST
name: Trivy SAST Scan
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
Expand All @@ -34,8 +34,8 @@ jobs:
with:
scan-type: 'fs'
severity: 'CRITICAL,HIGH'
ignore-unfixed: true
format: 'sarif'
# ignore-unfixed: true
# format: 'sarif'
# output: 'trivy-results.sarif'
output: 'table'
scanners: 'vuln, config, secrets'
Expand Down

0 comments on commit b7e2372

Please sign in to comment.