Compare commits
1 commit
renovate/a
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
482132d26e |
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@ on:
|
|||
push:
|
||||
|
||||
env:
|
||||
TRIVY_VERSION: "0.27.1"
|
||||
TRIVY_VERSION: "0.26.1"
|
||||
|
||||
jobs:
|
||||
container:
|
||||
|
@ -20,7 +20,8 @@ jobs:
|
|||
kubectl config use-context k3s
|
||||
- name: "Deploy"
|
||||
run: |
|
||||
helm repo add aqua https://aquasecurity.github.io/helm-charts/ --force-update
|
||||
helm repo add aqua https://aquasecurity.github.io/helm-charts/
|
||||
helm repo update aqua
|
||||
helm upgrade --install trivy-operator aqua/trivy-operator \
|
||||
--namespace trivy-system \
|
||||
--version "${TRIVY_VERSION}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue