We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id-token
1 parent a85254b commit 42ea033Copy full SHA for 42ea033
1 file changed
.github/workflows/deployment.yml
@@ -36,6 +36,7 @@ permissions:
36
contents: read
37
packages: write
38
deployments: write
39
+ id-token: write
40
41
# Global environment variables used across jobs.
42
env:
@@ -121,8 +122,9 @@ jobs:
121
122
platforms: linux/amd64,linux/arm64
123
tags: ${{ steps.meta.outputs.tags }}
124
labels: ${{ steps.meta.outputs.labels }}
- provenance: true
125
- sbom: true
+ attests: |
126
+ type=provenance,mode=max
127
+ type=sbom,mode=max
128
cache-from: type=gha
129
130
# Marking deployment as "success" if the workflow succeeds.
0 commit comments