Skip to content

Commit 32aaf80

Browse files
committed
add debugging
1 parent 1ccfa56 commit 32aaf80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sbom-sign-verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: SBOM Generation, Signing, and Verification
1+
name: SBOM Generation, Signing, & Vulnerability Scanning
22

33
on:
44
workflow_dispatch:
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
generate_sbom:
12-
name: 🔏 SBOM Lifecycle
12+
name: 🔏 Generate & Sign SBOM
1313
runs-on: ubuntu-latest
1414
outputs:
1515
sanitized_ref: ${{ steps.vars.outputs.sanitized_ref }}
@@ -66,7 +66,7 @@ jobs:
6666
echo "- 📄 Artifacts uploaded for transparency" >> $GITHUB_STEP_SUMMARY
6767
6868
osv-scan:
69-
name: 🔎 OSV Scan (Signed SBOM)
69+
name: 🔎 OSV Scan
7070
needs: generate_sbom
7171
runs-on: ubuntu-latest
7272
permissions:

0 commit comments

Comments
 (0)