Skip to content

Commit

Permalink
Update reusable-docker-arm-build.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka authored Jan 16, 2025
1 parent 89da038 commit a263045
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
output-format: table
severity-cutoff: critical
add-cpes-if-none: true
only-fixed: true
- name: Grype sarif
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
uses: anchore/[email protected]
Expand All @@ -126,6 +127,7 @@ jobs:
output-file: grype.sarif
severity-cutoff: critical
add-cpes-if-none: true
only-fixed: true
- name: Trivy
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
uses: aquasecurity/[email protected]
Expand Down

0 comments on commit a263045

Please sign in to comment.