Skip to content

Commit

Permalink
feat: output the entire scan result to the github summary
Browse files Browse the repository at this point in the history
  • Loading branch information
siljekristensen committed Jun 15, 2023
1 parent 75c6b7f commit 940503d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ jobs:
input: ${{ steps.setup.outputs.unique-id }}-image.tar
output: ${{ steps.setup.outputs.unique-id }}-trivy-scan-result.txt
scanners: vuln,config
severity: ${{ inputs.trivy-severity }}
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
trivyignores: ${{ inputs.trivy-ignore-files }}
vuln-type: os,library
-
if: inputs.trivy-enabled && inputs.summary-enabled
if: inputs.trivy-enabled && inputs.trivy-summary-enabled
name: Post all scan results to Github Summary as a table
env:
CODE_BLOCK: "```"
Expand Down

0 comments on commit 940503d

Please sign in to comment.