echo "::error::${{ steps.findings.outputs.total_findings }} OSV finding(s) on main (${{ steps.findings.outputs.high_count }} blocking at CVSS>=7 or unscored). See the security-scan-reports artifact."
exit 1
# Always upload the raw scan output so triagers -- and the planned
# cross-repo collation/notification action -- can pull findings
# without rerunning. This is the machine-readable source of truth now