Skip to content

Commit

Permalink
Add SBOM and provenance (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
chorrell authored Dec 24, 2023
1 parent 3b8531e commit e6c4592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Image
- name: Build and push Image
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
provenance: mode=max
sbom: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit e6c4592

Please sign in to comment.