Skip to content

chore(monorepo): Regenerate the pnpm-lock.yaml file #10

chore(monorepo): Regenerate the pnpm-lock.yaml file

chore(monorepo): Regenerate the pnpm-lock.yaml file #10

Workflow file for this run

name: Security
on:
pull_request:
push:
branches:
- main
- canary
- experimental
paths-ignore:
- "**/*.md"
- ".all-contributorsrc"
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions: write-all
jobs:
file-system-scan:
name: Vulnerability scanning - File system
uses: storm-ops/.github/workflows/security-reusable.yml@main

Check failure on line 23 in .github/workflows/security.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be prefixed with format 'owner/repository/' or './' for local workflows
with:
scan-type: "fs"
format: "sarif"
exit-code: 0
publish: true
config-scan:
name: Vulnerability scanning - Config
uses: storm-ops/.github/workflows/security-reusable.yml@main
with:
scan-type: "config"
format: "sarif"
exit-code: 0
publish: true