Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent a5b863a commit bdaec85
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.51.4
- TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.52.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.51.4
image: ghcr.io/aquasecurity/trivy:0.52.0
args:
- server
envFrom:
Expand Down

0 comments on commit bdaec85

Please sign in to comment.