Skip to content

Commit

Permalink
Update fedora40.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent c6795a5 commit f3d30e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fedora40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,20 @@ jobs:
sbom: true
provenance: mode=max
file: fedora40/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
push: ${{ github.event_name != 'pull_request' }}
tags: |
${{ github.repository }}:fedora40
ghcr.io/buluma/docker-molecule-images:fedora40
labels: ${{ steps.meta.outputs.labels }}

- name: Docker Scout
id: docker-scout
if: ${{ github.event_name == 'pull_request' }}
uses: docker/scout-action@dd36f5b0295baffa006aa6623371f226cc03e506
with:
command: cves
command: quickview,cves,recommendations,sbom,environment
image: ${{ steps.meta.outputs.tags }}
environment: prod
organization: shadownet
only-severities: critical,high
exit-code: true

0 comments on commit f3d30e8

Please sign in to comment.