Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Commit

Permalink
ci: testing: build: Correct paths to public keys
Browse files Browse the repository at this point in the history
  • Loading branch information
pdxjohnny authored Dec 13, 2023
1 parent e306172 commit ca57e12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Tests

on:
workflow_dispatch: null
push:
branches:
- main
Expand Down Expand Up @@ -106,15 +107,15 @@ jobs:
set +e
found=1
while [ ${found} -eq 1 ]; do
curl -vfL https://raw.githubusercontent.com/pdxjohnny/dffml/public-keys/authorized_keys | tee authorized_keys
curl -vfL https://raw.githubusercontent.com/intel/dffml/public-keys/authorized_keys | tee authorized_keys
grep "$(cat ../ssh-private.pub)" authorized_keys
found=$?
done
- name: Submit SBOM to SCITT
id: scitt-submit-sbom
uses: pdxjohnny/scitt-api-emulator@github-action
with:
issuer: did:web:raw.githubusercontent.com:pdxjohnny:dffml:public-keys:authorized_keys
issuer: did:web:raw.githubusercontent.com:intel:dffml:public-keys:authorized_keys
subject: pkg:github/${{ github.repository }}@${{ github.sha }}
payload: ${{ steps.in-toto-cyclonedx.outputs.attestation }}
private-key-pem: private-key.pem
Expand Down

0 comments on commit ca57e12

Please sign in to comment.