Skip to content

Commit

Permalink
Add insights scan to CI (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman authored Dec 17, 2020
1 parent a4d69c0 commit ec7521d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ workflows:
- test
- build:
context: org-global
requires:
- test
- rok8s-scripts/insights:
requires:
- build
- rok8s-scripts/kubernetes_e2e_tests:
name: "End-To-End Kubernetes 1.16.15"
kind_node_image: "kindest/node:v1.16.15@sha256:a89c771f7de234e6547d43695c7ab047809ffc71a0c3b65aa54eda051c45ed20"
Expand Down
13 changes: 13 additions & 0 deletions fairwinds-insights.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
options:
organization: fairwinds-opensource
baseBranch: master

manifests:
yaml:
- ./deploy/
- ./examples

exemptions:
- image: quay.io/reactiveops/rbac-manager
report: trivy
reason: rbac-manager's image is built from the scratch base image, and is unscannable

0 comments on commit ec7521d

Please sign in to comment.