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 3354dd4 commit 89da038
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/reusable-docker-arm-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,15 @@ jobs:
RELEASE=${{ env.GIT_VERSION }}
SOFTWARE_VERSION=${{ inputs.k3s_version }}
SOFTWARE_VERSION_PREFIX=k3s
- name: Grype
- name: Grype table
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
uses: anchore/[email protected]
with:
image: ${{ env.IMAGE_REF }}
output-format: table
severity-cutoff: critical
add-cpes-if-none: true
- name: Grype sarif
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')) }}
uses: anchore/[email protected]
with:
Expand Down

0 comments on commit 89da038

Please sign in to comment.