Compare commits

...

1 Commits
0.0.7 ... main

Author SHA1 Message Date
f43634cf41
trivy token
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-03 13:46:17 +01:00

View File

@ -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/