Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Jan 30, 2024
1 parent 1510b4e commit fc7f5eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sec-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:
vuln-type: 'os,library'
output: './trivy-image-results.json'
severity: 'CRITICAL,HIGH,MEDIUM'
- name: Inspect action report
if: always()
shell: bash
run: cat ./trivy-image-results.json
- name: Inspect action report
if: always()
shell: bash
run: cat ./trivy-image-results.json
grype:
name: Grype Scan
runs-on: ubuntu-20.04
Expand Down

0 comments on commit fc7f5eb

Please sign in to comment.