weaveworks/Weaveworks Github action
Enforce cloud security and best practices at the build and deployment time.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | path to Kustomization, Helm Chart or plain Kubernetes files | yes | — |
| helm-values-file | path to helm values file | no | — |
| policies-path | path to policies Kustomization, Helm Chart or plain Kubernetes files | yes | — |
| policies-helm-values-file | path to policies helm values file | no | — |
| repository | repository url | no | ${{ github.repository }} |
| branch | branch name | no | ${{ github.head_ref || github.ref }} |
| commit | commit SHA | no | ${{ github.event.pull_request.head.sha || github.sha }} |
| token | github token | no | ${{ github.token }} |
| sarif-file | export result in sarif format | no | — |
| sast-file | export result in sast format | no | — |
| json-file | export result in json format | no | — |
| remediate | auto remediate resources if possible | no | — |
| generate-git-report | creates summary report | no | true |
| no-exit-error | don't fail the job if checks are falling | no | — |
Outputs
no outputs