mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-13 20:56:59 +00:00
15 lines
311 B
YAML
15 lines
311 B
YAML
options:
|
|
organization: fairwinds-opensource
|
|
baseBranch: master
|
|
|
|
# These images will be scanned for vulnerabilities.
|
|
images:
|
|
docker:
|
|
- quay.io/fairwinds/polaris:$CI_SHA1
|
|
|
|
# These manifests will be scanned for configuration issues.
|
|
manifests:
|
|
yaml:
|
|
- ./deploy/dashboard.yaml
|
|
- ./deploy/webhook.yaml
|