blackducksoftware/Create Black Duck Policy Action
Create a policy within Black Duck
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| blackduck-url | Url of Black Duck instance | yes | — |
| blackduck-api-token | API Token for Black Duck instance | yes | — |
| no-fail-if-policy-exists | If true, the action will not fail if a policy with the same name already exists | no | false |
| policy-name | The name of the policy rule to create | no | GitHub Action Policy |
| policy-description | The description of the policy rule to create | no | A default policy created for GitHub actions |
| max-critical | The maximum allowed number of critical vulnerabilities | no | 0 |
| max-high | The maximum allowed number of high vulnerabilities | no | 0 |
| max-medium | The maximum allowed number of medium vulnerabilities | no | 10 |
| max-low | The maximum allowed number of low vulnerabilities | no | 25 |
Outputs
no outputs