Skip to content

Commit

Permalink
Merge swsc metadata workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Marcela Melara <[email protected]>
  • Loading branch information
marcelamelara committed Oct 26, 2023
1 parent bdd7c62 commit 4c61a69
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 64 deletions.
63 changes: 0 additions & 63 deletions .github/workflows/ci-slsa3-tracing.yaml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/ci-swsc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# branches. However, they fail as a PR is created.
git checkout -b ci-test-branch
. build/common-config.sh
make -C docker all
strace -f -e trace=network -o build/strace.log make -C docker all
- name: Generate SBOM
uses: anchore/sbom-action@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 # v0.14.3
Expand All @@ -47,6 +47,13 @@ jobs:
run: |
# this extracts the sha256 hash
echo "img_hash_${{ matrix.interpreter }}=$(docker inspect pdo_client --format {{.ID}} | sed 's/.*://' | sed 's/$/ pdo_client_${{ matrix.interpreter }}/' | base64 -w0)" >> "$GITHUB_OUTPUT"
- name: Upload strace log
uses: actions/upload-artifact@v3
with:
name: strace-log
path: build/strace.log

provenance:
needs: [pdo_ci]
strategy:
Expand Down

0 comments on commit 4c61a69

Please sign in to comment.