Files
mattermostest/.github/workflows/snyk-sbom.yml
enzowritescode 139fc347c3 SBOM generation on release (#3156)
* SBOM generation
2024-10-02 11:26:22 -06:00

14 lines
307 B
YAML

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