Skip to content

Commit c6cf6a8

Browse files
CR-19605 -- fix vulnerability (#640)
1 parent 550a137 commit c6cf6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

incubating/prisma-cloud/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: prisma-cloud
5-
version: 1.0.1
5+
version: 1.0.2
66
isPublic: true
77
description: Execute Prisma Clud image scan as build step
88
sources:
@@ -125,7 +125,7 @@ spec:
125125
stepsTemplate: |-
126126
main:
127127
name: prisma-cloud
128-
image: quay.io/codefreshplugins/cfstep-prisma-cloud:1.0.1
128+
image: quay.io/codefreshplugins/cfstep-prisma-cloud:1.0.2
129129
environment:
130130
[[ range $key, $val := .Arguments ]]
131131
- '[[ $key ]]=[[ $val ]]'

0 commit comments

Comments
 (0)