jehmal/Ucka PQC Compliance Scanner
Scan your codebase for post-quantum cryptography compliance against Australian ASD ISM controls
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Path to scan (default: entire repo) | no | . |
| fail-on-critical | Fail the check if critical findings are found | no | true |
| fail-on-high | Fail the check if high severity findings are found | no | false |
| ignore-file | Path to .ucka-ignore file | no | .ucka-ignore |
| comment-on-pr | Post findings as PR comment | no | true |
| upload-cbom | Upload CycloneDX CBOM as artifact | no | true |
Outputs
| name | description |
|---|---|
| compliance-score | Compliance score (0-100) |
| risk-rating | Risk rating (CRITICAL/HIGH/MEDIUM/LOW) |
| total-findings | Total number of findings |
| critical-findings | Number of critical findings |
| cbom-path | Path to generated CBOM file |