File tree Expand file tree Collapse file tree
scanners/trivy/tests/__snapshot__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ matches the snapshot:
6161 initialDelaySeconds : 5
6262 periodSeconds : 10
6363 successThreshold : 1
64+ imagePullSecrets :
65+ - name : foo
6466 3 : |
6567 apiVersion : execution .securecodebox .io / v1
6668 kind : ParseDefinition
@@ -256,6 +258,8 @@ matches the snapshot:
256258 volumeMounts : []
257259 - image : bar
258260 name : foo
261+ imagePullSecrets :
262+ - name : foo
259263 restartPolicy : OnFailure
260264 tolerations :
261265 - foo : bar
@@ -307,6 +311,8 @@ matches the snapshot:
307311 volumeMounts : []
308312 - image : bar
309313 name : foo
314+ imagePullSecrets :
315+ - name : foo
310316 restartPolicy : OnFailure
311317 tolerations :
312318 - foo : bar
@@ -357,6 +363,8 @@ matches the snapshot:
357363 volumeMounts : []
358364 - image : bar
359365 name : foo
366+ imagePullSecrets :
367+ - name : foo
360368 restartPolicy : OnFailure
361369 serviceAccountName : trivy - k8s
362370 tolerations :
You can’t perform that action at this time.
0 commit comments