Skip to content

Commit 5049da5

Browse files
[ITSEC-2280] Update token permissions (#248)
* ITSEC-2280 Add Dependency Review job; Add SBOM signing. * ITSEC-2280 Update CODEOWNERS to include Product Security on .github * ITSEC-2280: Fix the dependency review action Signed-off-by: immutable-art <[email protected]> * ITSEC-2280 Update permissions for GH attestations Signed-off-by: immutable-art <[email protected]> --------- Signed-off-by: immutable-art <[email protected]>
1 parent 0bb8c01 commit 5049da5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ jobs:
1010
name: Publish to NPM
1111
runs-on: ubuntu-latest
1212
permissions:
13-
attestations: write
13+
id-token: write # Required for GitHub Attestation
14+
attestations: write # Required for GitHub Attestation
1415
steps:
1516
- name: Checkout
1617
uses: actions/checkout@v2

0 commit comments

Comments
 (0)