trivy and engagement name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user