openpulsetech/NeoTrack Security Scanner
Comprehensive security scanning with multiple tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-type | Type of scan to perform (trivy, grype, snyk, semgrep, all) | no | fs |
| severity | Severity levels to report (low, medium, high, critical) | no | high,critical |
| format | Output format (sarif, json, table) | no | sarif |
| target | Target to scan (directory, container image, etc.) | no | . |
| fail-on-vulnerabilities | Fail the action if vulnerabilities are found | no | false |
| fail-on-vulnerability | Fail the action if vulnerabilities are found (alias for fail-on-vulnerabilities) | no | true |
| fail-on-misconfiguration | Fail the action if misconfigurations are found | no | true |
| fail-on-secret | Fail the action if secrets are detected | no | true |
| nt-api-endpoint | API endpoint URL for uploading scan results | no | https://app.neotrak.io |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file |
| scan-results | JSON summary of scan results |