Compare commits

..

1 commit

Author SHA1 Message Date
6f3109623d chore(deps): update dependency aquasecurity/trivy-operator to v0.27.1
Some checks failed
Deployment / container (push) Failing after 14s
2025-06-26 17:13:38 +00:00

View file

@ -4,7 +4,7 @@ on:
push: push:
env: env:
TRIVY_VERSION: "0.26.1" TRIVY_VERSION: "0.27.1"
jobs: jobs:
container: container:
@ -20,8 +20,7 @@ jobs:
kubectl config use-context k3s kubectl config use-context k3s
- name: "Deploy" - name: "Deploy"
run: | run: |
helm repo add aqua https://aquasecurity.github.io/helm-charts/ helm repo add aqua https://aquasecurity.github.io/helm-charts/ --force-update
helm repo update aqua
helm upgrade --install trivy-operator aqua/trivy-operator \ helm upgrade --install trivy-operator aqua/trivy-operator \
--namespace trivy-system \ --namespace trivy-system \
--version "${TRIVY_VERSION}" --version "${TRIVY_VERSION}"