Skip to content

Commit

Permalink
fix(deps): update ghcr.io/aquasecurity/trivy docker tag to v0.58.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent b294cbe commit 218401c
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.58.1
- TRIVY_IMAGE=ghcr.io/aquasecurity/trivy:0.58.2
- 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.58.1
image: ghcr.io/aquasecurity/trivy:0.58.2
args:
- server
envFrom:
Expand Down

0 comments on commit 218401c

Please sign in to comment.