Skip to content

Commit

Permalink
feat(ci): add provenance and sbom for docker build
Browse files Browse the repository at this point in the history
Signed-off-by: iverly <[email protected]>
  • Loading branch information
iverly committed Dec 3, 2023
1 parent 7b707e0 commit ac46349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
context: .
file: ./apps/${{ matrix.app }}/Dockerfile
platforms: linux/amd64, linux/arm64, linux/arm/v7
provenance: true
sbom: true

create-github-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac46349

Please sign in to comment.