aquasecurity/Pipeline Enforcer Action
This action protects your GitHub workflows by generating a profile of your workflow job activity and enforcing policies on it
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| access-token | SCM access token | yes | ${{ github.token }} |
| aqua-key | Aqua key | yes | — |
| aqua-secret | Aqua secret | yes | — |
| repo-path | Path to the repository | no | — |
| quiet | Print only errors | no | false |
| verbose | Print debug logs and above | no | false |
| log-file | Path to the log file | no | — |
| matrix | GitHub matrix strategy affects the name of the job The matrix context is required if the action is executed by a reusable workflow using workflow_call trigger combined with matrix strategy. | no | ${{ toJSON(matrix) }} |
Outputs
no outputs