Skip to content

Commit eeaa4d0

Browse files
author
ManiDeepakThumu
committed
ci register kubecost and kubernetes-dashboard charts for vulnerability scanning
1 parent fe77393 commit eeaa4d0

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/scheduled-snyk-docker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
charts/cert-manager-lets-encrypt
5050
charts/kube-prometheus-stack
5151
charts/kubecost
52+
charts/kubernetes-dashboard
5253
charts/radar-grafana
5354
charts/radar-hydra
5455
charts/radar-kratos

Makefile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,3 @@ update-velero:
182182
@helm repo add $(patsubst update-%,%,$@) https://vmware-tanzu.github.io/helm-charts
183183
@helm pull -d external --untar $(patsubst update-%,%,$@)/$(patsubst update-%,%,$@)
184184
@echo ""
185-
186-
update-kubecost:
187-
@echo "Updating kubecost"
188-
@rm -rf charts/kubecost/charts/cost-analyzer
189-
@helm repo add kubecost https://kubecost.github.io/cost-analyzer/
190-
@helm pull -d charts/kubecost/charts --untar kubecost/cost-analyzer --version 2.6.3
191-
@echo ""

0 commit comments

Comments
 (0)