File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,17 +51,17 @@ run = 'gitleaks detect --source . --no-banner'
5151
5252[tasks ."audit:zizmor" ]
5353description = ' Audit GitHub Actions workflows for security flaws'
54- run = ' zizmor . --format plain --config .zizmor.yml || true '
54+ run = ' zizmor . --format plain --config .zizmor.yml'
5555
5656[tasks ."audit:osv" ]
5757description = ' Generic vulnerability scan across lockfiles'
58- run = ' osv-scanner scan . --config .osv-scanner.toml || true '
58+ run = ' osv-scanner scan . --config .osv-scanner.toml'
5959
6060[tasks ."audit:npm" ]
6161description = ' Node.js dependency audit'
6262run = '''
6363if [ -f "package.json" ]; then
64- npm audit --registry="https://registry.npmjs.org" || true
64+ npm audit --registry="https://registry.npmjs.org"
6565else
6666 echo "⏭️ Skipped (no package.json)"
6767fi
You can’t perform that action at this time.
0 commit comments