We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b102f3 commit 8d0f9c1Copy full SHA for 8d0f9c1
.github/workflows/wc-build-push.yml
@@ -152,6 +152,7 @@ jobs:
152
- sanitize-image-name
153
permissions:
154
actions: read # is needed by anchore/sbom-action to find workflow artifacts when attaching release assets
155
+ artifact-metadata: write # is needed by actions/attest-build-provenance to write artifact metadata
156
attestations: write # is needed by actions/attest-build-provenance to push attestations
157
contents: write # is needed by anchore/sbom-action for artifact uploads
158
id-token: write # is needed by actions/attest-build-provenance to obtain an OIDC token
0 commit comments