Skip to content

Commit

Permalink
Create sbom.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelinisivanesan authored Jun 6, 2024
1 parent bef25ae commit 21eccbe
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/sbom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: SBOM Recording

on:
push:
branches:
- "main"

jobs:
record-sbom:
uses: satellitevu/sbom/.github/workflows/sbom-recording.reusable.yml@main
secrets: inherit # pragma: allowlist secret

0 comments on commit 21eccbe

Please sign in to comment.