
* Bump SBOM workflow version * SKIP sdk check when installing * SKIP sdk check at the JOb level --------- Co-authored-by: yasserfaraazkhan <attitude3cena.yf@gmail.com>
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@97a61c0e3ee52b92b16054e5c60faaa870693476
|
|
secrets: inherit
|
|
with:
|
|
is_monorepo: false
|