Skip to content

Commit 5e55aec

Browse files
[ITSEC-2280] Add contracts folder to be attested (#249)
* 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]>
1 parent 5049da5 commit 5e55aec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
id-token: write # Required for GitHub Attestation
14-
attestations: write # Required for GitHub Attestation
14+
attestations: write # Required for GitHub Attestation
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v2
@@ -64,7 +64,9 @@ jobs:
6464
- name: Generate SDK attestation
6565
uses: actions/attest-build-provenance@v1
6666
with:
67-
subject-path: './dist'
67+
subject-path: |
68+
dist
69+
contracts
6870
6971
- name: Publish package
7072
uses: JS-DevTools/npm-publish@v1

0 commit comments

Comments
 (0)