Skip to content

Commit 58d8a0d

Browse files
committed
Update CI workflow permissions to include attestations for improved security
1 parent e64afee commit 58d8a0d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ on:
1010
permissions:
1111
contents: read
1212
packages: write
13-
id-token: write # Needed for OIDC token issuance for attestation
13+
attestations: write
14+
id-token: write
1415

1516
jobs:
1617
build:

0 commit comments

Comments
 (0)