Skip to content

Commit

Permalink
Update build strategy tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaSchwarze0 committed May 31, 2022
1 parent b41cd1b commit 8c9f2f1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
cpu: 250m
memory: 65Mi
- name: trivy-scan
image: docker.io/aquasec/trivy:0.25.3
image: docker.io/aquasec/trivy:0.28.1
volumeMounts:
- mountPath: /image/
name: tar
Expand All @@ -82,7 +82,7 @@ spec:
cpu: 250m
memory: 65Mi
- name: crane-push
image: gcr.io/go-containerregistry/crane:v0.8.0
image: gcr.io/go-containerregistry/crane:v0.9.0
securityContext:
runAsUser: 0
volumeMounts:
Expand Down

0 comments on commit 8c9f2f1

Please sign in to comment.