Skip to content

Commit

Permalink
SBOM generation on release (#3156)
Browse files Browse the repository at this point in the history
* SBOM generation
  • Loading branch information
enzowritescode authored Oct 2, 2024
1 parent 442b7fb commit 139fc34
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/snyk-sbom.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Snyk - Software Bill of Materials (SBOM)
on:
release:
types: [published]

jobs:
sbom:
permissions:
contents: write
uses: mattermost/actions-workflows/.github/workflows/snyk-sbom.yml@26d71413024508c19579a7df94d93488c4fe3bbf
secrets: inherit
with:
is_monorepo: false

0 comments on commit 139fc34

Please sign in to comment.