Skip to content

Commit

Permalink
Merge pull request #992 from SaschaSchwarze0/sascha-update-strategy-t…
Browse files Browse the repository at this point in the history
…ools

Update Trivy to 0.22.0, update go-containerregistry/crane to 0.8.0
  • Loading branch information
openshift-merge-robot authored Jan 27, 2022
2 parents fff39dc + fc15861 commit 0342700
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
cpu: 250m
memory: 65Mi
- name: trivy-scan
image: docker.io/aquasec/trivy:0.21.2
image: docker.io/aquasec/trivy:0.22.0
volumeMounts:
- mountPath: /image/
name: tar
Expand All @@ -76,7 +76,7 @@ spec:
cpu: 250m
memory: 65Mi
- name: crane-push
image: gcr.io/go-containerregistry/crane:v0.6.0
image: gcr.io/go-containerregistry/crane:v0.8.0
securityContext:
runAsUser: 0
volumeMounts:
Expand Down

0 comments on commit 0342700

Please sign in to comment.