Skip to content

Commit 2c14e13

Browse files
chore(deps): update dependencies (minor)
1 parent c46250b commit 2c14e13

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: ocm-tools
3636
context: examples/ocm
3737
target: ""
38-
ocmVersion: "0.46.0"
38+
ocmVersion: "0.47.0"
3939
permissions:
4040
actions: read
4141
contents: read

examples/helm/cluster-workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ spec:
152152
# --- 2. Scan Chart (Helm) ---
153153
- name: scan-chart
154154
script:
155-
image: aquasec/trivy:0.72.0
155+
image: aquasec/trivy:0.73.0
156156
command: [sh, -c]
157157
volumeMounts:
158158
- name: work-volume

examples/oci/cluster-workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ spec:
317317
318318
- name: scan-image
319319
script:
320-
image: aquasec/trivy:0.72.0
320+
image: aquasec/trivy:0.73.0
321321
command: [sh, -c]
322322
volumeMounts: *volumeMounts
323323

examples/ocm/cluster-workflow-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
# --- 2. Scan Image (Trivy) ---
156156
- name: scan-all-images
157157
script:
158-
image: aquasec/trivy:0.72.0
158+
image: aquasec/trivy:0.73.0
159159
command: [sh, -c]
160160
volumeMounts:
161161
- name: work-volume

0 commit comments

Comments
 (0)