Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Re-add sbom and provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
benja-M-1 committed Apr 18, 2024
1 parent 8ffbe18 commit 7817871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
with:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
#sbom: ${{ github.event_name != 'pull_request' }}
#provenance: ${{ github.event_name != 'pull_request' }}
sbom: ${{ github.event_name != 'pull_request' }}
provenance: ${{ github.event_name != 'pull_request' }}
labels: |
org.opencontainers.image.revision=${{ github.event.pull_request.head.sha || github.event.after || github.event.release.tag_name }}
org.opencontainers.image.source=https://github.com/${{ github.repository }}
Expand Down

0 comments on commit 7817871

Please sign in to comment.