Skip to content

Add security audit and SAST workflow #2

Add security audit and SAST workflow

Add security audit and SAST workflow #2

Workflow file for this run

version: 2

Check failure on line 1 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'version', (Line: 3, Col: 1): Unexpected value 'updates', (Line: 1, Col: 1): Required property is missing: jobs
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 10
labels:
- "security"
- "dependencies"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
vulnerabilities:
accepted-severity: low
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
labels:
- "security"
- "ci-cd"