s01ipsist/SSL Auditor
Audit testssl.sh JSON results against configurable security rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| results-path | Path or glob pattern to testssl.sh JSON result files (e.g., testssl_results_*.json) | yes | testssl_results_*.json |
| rules-config | Path to rules configuration file (JSON or YAML) | no | .testssl-rules.json |
| fail-on-violation | Whether to fail the action if rule violations are found | no | true |
Outputs
| name | description |
|---|---|
| violations-found | Whether any rule violations were found (true/false) |
| violation-count | Number of rule violations found |
| summary | Summary of the audit results |