Compare commits

..

No commits in common. "main" and "0.0.7" have entirely different histories.
main ... 0.0.7

View File

@ -15,7 +15,7 @@ kubectl create secret generic trivy-secret \
--dry-run=client \
-o yaml \
--save-config \
--from-literal="TRIVY_TOKEN=$TRIVY_TOKEN" | \
--from-literal="serverToken=$serverToken" | \
kubectl apply -f - -n $NAMESPACE
helm repo add aquasecurity https://aquasecurity.github.io/helm-charts/