Skip to content

Commit

Permalink
Add SBOM
Browse files Browse the repository at this point in the history
  • Loading branch information
patjouk committed Mar 14, 2024
1 parent 122d878 commit 45c4b79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,10 @@ jobs:
registry: ${{ env.CONTAINER_REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Create SBOM
uses: digitalservicebund/create-sbom@83e9aae27f02a7c3cf6f4c9ab41a311e8ea4d272
with:
image_name: ${{ env.CONTAINER_IMAGE_NAME }}:${{ env.CONTAINER_IMAGE_VERSION }}
- name: Sign the published Docker image
env:
COSIGN_EXPERIMENTAL: "true"
Expand Down

0 comments on commit 45c4b79

Please sign in to comment.