Skip to content

Commit 756c548

Browse files
authored
create metadata dir (#34)
Signed-off-by: Tom Hennen <[email protected]>
1 parent fa33ff3 commit 756c548

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actions/vsa_creator/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ runs:
1111
go-version: '1.23'
1212
- id: determine_level
1313
run: |
14+
mkdir -p metadata
1415
echo "source_level=$(go run github.com/slsa-framework/slsa-source-poc/sourcetool@23f6bf5ce326f62ddb5bf46cd2068aedcbacda9f checklevel --commit ${{ github.sha }} --owner ${{ github.repository_owner }} --repo ${{ github.event.repository.name }} --branch ${{ github.ref_name }} --output_unsigned_vsa ${{ github.workspace }}/metadata/unsigned_vsa.json)" >> $GITHUB_OUTPUT
1516
shell: bash
1617
- id: summary

0 commit comments

Comments
 (0)