Skip to content

Commit

Permalink
sbom genereren tijdens publiceren docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
felixcicatt committed Nov 28, 2024
1 parent b733cde commit 81f754f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
uses: docker/build-push-action@v6
with:
push: ${{ github.event_name != 'pull_request' }}
sbom: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
context: .
Expand Down

0 comments on commit 81f754f

Please sign in to comment.