We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccfa56 commit 32aaf80Copy full SHA for 32aaf80
.github/workflows/sbom-sign-verify.yml
@@ -1,4 +1,4 @@
1
-name: SBOM Generation, Signing, and Verification
+name: SBOM Generation, Signing, & Vulnerability Scanning
2
3
on:
4
workflow_dispatch:
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
generate_sbom:
12
- name: 🔏 SBOM Lifecycle
+ name: 🔏 Generate & Sign SBOM
13
runs-on: ubuntu-latest
14
outputs:
15
sanitized_ref: ${{ steps.vars.outputs.sanitized_ref }}
@@ -66,7 +66,7 @@ jobs:
66
echo "- 📄 Artifacts uploaded for transparency" >> $GITHUB_STEP_SUMMARY
67
68
osv-scan:
69
- name: 🔎 OSV Scan (Signed SBOM)
+ name: 🔎 OSV Scan
70
needs: generate_sbom
71
72
permissions:
0 commit comments