Skip to content

Commit

Permalink
added sbom and provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
mdprotacio committed Nov 5, 2023
1 parent 3345e3f commit aef4d6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
platforms: linux/amd64,linux/arm64/v8
cache-from: type=registry,ref=ghcr.io/${{ github.repository_owner }}/cache/symfony:${{ inputs.version }}-${{ inputs.variant }}
cache-to: type=registry,mode=max,ref=ghcr.io/${{ github.repository_owner }}/cache/symfony:${{ inputs.version }}-${{ inputs.variant }}
provenance: true
sbom: true
push: true
tags: |
${{ inputs.tags }}

0 comments on commit aef4d6f

Please sign in to comment.