Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
Signed-off-by: Ramon Petgrave <[email protected]>
  • Loading branch information
ramonpetgrave64 committed Aug 9, 2024
1 parent 82f712c commit c7a3197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generator_generic_slsa3_alt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ jobs:
ref: 'ramonpetgrave64-internal-builder-sigstore-bundle'
path: __TOOL_CHECKOUT_DIR__

- shell: bash
- name: Generate layout file
shell: bash
env:
BASE64_SUBJECTS_FILE: ${{ env.SUBJECTS_FILENAME }}
PROVENANCE_NAME: ${{ inputs.provenance-name }}
Expand All @@ -228,13 +229,12 @@ jobs:
DIR="$( pwd )"
(
cd __TOOL_CHECKOUT_DIR__/internal/builders/slsa-layout && \
ls -lahR && \
go run . \
--base64-subjects-file "$DIR"/"$BASE64_SUBJECTS_FILE" \
--provenance-name $PROVENANCE_NAME \
--output-file "$DIR"/"$OUTPUT_FILE"
)
echo "attestation-name=${PROVENANCE_NAME}" >>"${GITHUB_OUTPUT}"
ls
# - name: Generate slsa layout file
# id: slsa-layout
Expand Down

0 comments on commit c7a3197

Please sign in to comment.