no-yan/eBPF Security Monitor
Monitor GitHub Actions workflows for supply chain security threats using eBPF
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to security configuration file | no | .github/security.yml |
| probe-type | Type of monitoring to enable | no | all |
| duration | Maximum duration to run monitoring (in seconds) | no | — |
| command-filter | Filter events by process name (substring match) | no | — |
| verbose | Enable verbose output with additional details | no | false |
| security-mode | Enable comprehensive security monitoring mode | no | true |
| report-format | Output report format | no | json,markdown |
| upload-artifacts | Upload monitoring results as GitHub Actions artifacts | no | true |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated security monitoring report |
| events-detected | Number of security events detected |
| high-severity-events | Number of high-severity security events detected |