Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
AEnguerrand committed Dec 4, 2024
1 parent 314e297 commit 99a0893
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/slsa-generator-nodejs-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,18 @@ jobs:
PACKAGE_FILENAME: ${{ steps.package-details.outputs.PACKAGE_FILENAME }}
run: |
bash ./.github/workflows/slsa-github-generator-nodejs-layout.sh
- run: ls -lar
- run: |
ls -lar
pwd
mkdir testattest
mkdir attestations
- name: Generate the attestation
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
with:
slsa-layout-file: ./artifacts-layout.json
predicate-type: https://slsa.dev/provenance/v0.2
predicate-file: ./predicate.json
output-folder: ./attestations
output-folder: ./#cybersecurity-tool-okta
- name: Sign the attestation
uses: slsa-framework/slsa-github-generator/.github/actions/[email protected]
with:
Expand Down

0 comments on commit 99a0893

Please sign in to comment.