Skip to content

Commit

Permalink
[ITSEC-2280] Update token permissions (#248)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
immutable-art authored Oct 16, 2024
1 parent 0bb8c01 commit 5049da5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
name: Publish to NPM
runs-on: ubuntu-latest
permissions:
attestations: write
id-token: write # Required for GitHub Attestation
attestations: write # Required for GitHub Attestation
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5049da5

Please sign in to comment.