Skip to content

Commit

Permalink
[ITSEC-2280] Add contracts folder to be attested (#249)
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]>

* ITSEC-2280: Add 'contracts' for artifact signing

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 5049da5 commit 5e55aec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write # Required for GitHub Attestation
attestations: write # Required for GitHub Attestation
attestations: write # Required for GitHub Attestation
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -64,7 +64,9 @@ jobs:
- name: Generate SDK attestation
uses: actions/attest-build-provenance@v1
with:
subject-path: './dist'
subject-path: |
dist
contracts
- name: Publish package
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit 5e55aec

Please sign in to comment.