trivy and engagement name

This commit is contained in:
2025-05-23 15:54:18 +02:00
parent 056ce8bac4
commit dcc0738c95
4 changed files with 21 additions and 6 deletions

View File

@ -36,6 +36,13 @@ kubectl create secret generic ${TRIVY_DOJO_OPERATOR_NAME}-trivy-dojo-report-oper
--from-literal=url="$DOJO_URL" | \
kubectl apply -f - -n $NAMESPACE
kubectl create secret generic trivy-operator-trivy-config \
--dry-run=client \
-o yaml \
--save-config \
--from-literal="trivy.serverToken"="$TRIVY_SERVER_TOKEN" | \
kubectl apply -f - -n $NAMESPACE
helm repo add aqua https://aquasecurity.github.io/helm-charts/
helm repo update