opsight-intelligence/OpSentry Security Scan
Scan PRs for security vulnerabilities, code quality issues, and guardrail compliance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-type | Scan type: security, code-health, governance, all | no | all |
| config-path | Path to guardrails.yaml config file | no | "" |
| scan-mode | Scan mode: changed (PR files only) or full (all files) | no | changed |
| fail-on | Fail the check on: critical, high, medium, low, none | no | high |
| auto-fix | Auto-fix safe issues and commit to PR branch | no | true |
| post-comment | Post scan results as a PR comment | no | true |
| llm-provider | LLM provider for docstring generation: bedrock, anthropic, openai, local, none | no | none |
Outputs
| name | description |
|---|---|
| findings-count | Total number of findings |
| critical-count | Number of critical findings |
| high-count | Number of high findings |
| report-path | Path to the JSON report file |