Skip to content

Commit

Permalink
fix(deps): update ghcr.io/aquasecurity/trivy docker tag to v0.56.0 (#…
Browse files Browse the repository at this point in the history
…1135)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 11debba commit e6f85eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ configMapGenerator:
- CIS_METRICS_LABELS=app.kubernetes.io/name
- SCAN_INTERVAL=12h
# renovate-image:
- TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.55.2
- TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.56.0
- SCAN_JOB_NAMESPACE=image-scanner
- SCAN_JOB_SERVICE_ACCOUNT=image-scanner-job
- SCAN_WORKLOAD_RESOURCES=deployments.apps,replicasets.apps,statefulsets.apps,daemonsets.apps,cronjobs.batch,jobs.batch,replicationcontrollers
Expand Down
2 changes: 1 addition & 1 deletion config/trivy-server/stateful_set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containers:
- name: server
# renovate-image:
image: ghcr.io/aquasecurity/trivy:0.55.2
image: ghcr.io/aquasecurity/trivy:0.56.0
args:
- server
envFrom:
Expand Down

0 comments on commit e6f85eb

Please sign in to comment.