Skip to content

Commit

Permalink
ci: cat results
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed May 16, 2024
1 parent ed5a403 commit 95df03b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/security-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
exit-code: 1
scan-ref: "infra/terraform"
scan-type: "config"
format: "sarif"
output: "trivy-results.sarif"
format: "table"
output: "trivy-results.txt"

- run: cat trivy-results.txt

- name: Upload Results to GitHub Code Scanning
if: ${{ always() }}
Expand Down

0 comments on commit 95df03b

Please sign in to comment.