cloud-native-toolkit / cloud-native-toolkit/planning
Carlos wants the Trivy task to support running the scan on the Trivy server if the configuration is available
Open
enhancement
pipeline
tekton
Workstream:CI/CD and GitOps
- Dominant language
- No language data
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The trivy task currently only runs a local scan. That requires connection to github to pull down the vulnerability rules which fails in an air-gapped environment. It also fails to record the results in the server.
The task should read the url and credentials from a secret. If the secret exists and the values are provided then the trivy task should run the scan on the server. If not then it should run locally within the pod like it does today.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.