From f43634cf419b052ffb050063edfb559dbe00d557 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 3 Feb 2025 13:46:17 +0100 Subject: [PATCH] trivy token --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 48de83f..8c96219 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ kubectl create secret generic trivy-secret \ --dry-run=client \ -o yaml \ --save-config \ - --from-literal="serverToken=$serverToken" | \ + --from-literal="TRIVY_TOKEN=$TRIVY_TOKEN" | \ kubectl apply -f - -n $NAMESPACE helm repo add aquasecurity https://aquasecurity.github.io/helm-charts/