ci(monorepo): Resolved issue with invalid path to setup-workspace
a…
#26
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Security | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- "main" | |
- "next" | |
- "beta" | |
- "experimental" | |
paths-ignore: | |
- "**/*.md" | |
- ".all-contributorsrc" | |
jobs: | |
file-system-scan: | |
name: Vulnerability scanning - File system | |
uses: storm-software/storm-ops/.github/workflows/security-reusable.yml@main | |
with: | |
scan-type: "fs" | |
format: "sarif" | |
exit-code: 0 | |
publish: true | |
config-scan: | |
name: Vulnerability scanning - Config | |
uses: storm-software/storm-ops/.github/workflows/security-reusable.yml@main | |
with: | |
scan-type: "config" | |
format: "sarif" | |
exit-code: 0 | |
publish: true |