Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/qualify.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: SpecCursor Quality Gates
name: SpecCursor Quality Gates

# Honest qualification suite aligned to repository reality.
# What exists today: Node apps/packages (pnpm), optional Rust worker,
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
fi
npx snyk test --severity-threshold=high
- name: Trivy filesystem scan
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@v0.36.0
with:
scan-type: fs
scan-ref: .
Expand Down
Loading