bhargavmahanta/EnvGuard Configuration Security
Find insecure environment values and Docker, CI, Kubernetes, and runtime configuration before production.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Project path to scan. | no | . |
| fail-on | Minimum severity that fails the workflow. | no | high |
| minimum-severity | Minimum severity included in results. | no | — |
| config-path | Explicit EnvGuard config path. | no | — |
| baseline-path | Explicit EnvGuard baseline path. | no | — |
| sarif-path | Optional path where a masked SARIF report is written. | no | — |
Outputs
| name | description |
|---|---|
| passed | Whether the scan passed the configured policy. |
| findings-count | Number of findings after filtering and baseline suppression. |
| highest-severity | Highest reported finding severity. |
| sarif-path | SARIF path when requested. |