14 lines
307 B
YAML
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
|