Skip to content

Commit

Permalink
chg: update clusterscan samples
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Oct 26, 2023
1 parent 320fb3c commit 27ef95c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@ kind: ClusterScan
metadata:
labels:
app.kubernetes.io/name: clusterscan
app.kubernetes.io/instance: mycluster
app.kubernetes.io/instance: mycluster-misconfig
app.kubernetes.io/part-of: zora
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: zora
name: mycluster
name: mycluster-misconfig
spec:
clusterRef:
name: mycluster
schedule: "*/2 * * * *"
plugins:
- name: marvin
- name: popeye
16 changes: 16 additions & 0 deletions config/samples/zora_v1alpha1_clusterscan_vuln.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: zora.undistro.io/v1alpha1
kind: ClusterScan
metadata:
labels:
app.kubernetes.io/name: clusterscan
app.kubernetes.io/instance: mycluster-vuln
app.kubernetes.io/part-of: zora
app.kubernetes.io/managed-by: kustomize
app.kubernetes.io/created-by: zora
name: mycluster-vuln
spec:
clusterRef:
name: mycluster
schedule: "*/10 * * * *"
plugins:
- name: trivy

0 comments on commit 27ef95c

Please sign in to comment.