Skip to content

Commit c53b651

Browse files
authored
feat(ci): add attestations permission for build provenance (#119)
Enable SLSA build provenance attestation by granting the attestations:write permission required by the shared job-docker-build-push workflow. Ref: platform-mesh/backlog#229 On-behalf-of: @SAP <bastian.echterhoelter@sap.com> Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com>
1 parent e0399fa commit c53b651

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
issues: write
1616
packages: write
1717
pull-requests: write
18+
attestations: write
1819

1920
concurrency:
2021
group: ${{ github.ref }}

0 commit comments

Comments
 (0)