File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 containers :
2323 - name : https-scanner
2424 image : gcr.io/track-compliance/services/scanners/https:master-2cf17ff-1628180961 # {"$imagepolicy": "flux-system:https-scanner"}
25+ env :
26+ - name : SCAN_TIMEOUT
27+ value : 20
2528---
2629apiVersion : serving.knative.dev/v1 # Current version of Knative
2730kind : Service
@@ -117,6 +120,9 @@ spec:
117120 containers :
118121 - name : ssl-scanner
119122 image : gcr.io/track-compliance/services/scanners/ssl:master-2cf17ff-1628180953 # {"$imagepolicy": "flux-system:ssl-scanner"}
123+ env :
124+ - name : SCAN_TIMEOUT
125+ value : 20
120126---
121127apiVersion : serving.knative.dev/v1 # Current version of Knative
122128kind : Service
@@ -142,6 +148,9 @@ spec:
142148 containers :
143149 - name : dns-scanner
144150 image : gcr.io/track-compliance/services/scanners/dns:master-2cf17ff-1628180942 # {"$imagepolicy": "flux-system:dns-scanner"}
151+ env :
152+ - name : SCAN_TIMEOUT
153+ value : 20
145154---
146155# K8s Service Account that runs `src`'s container.
147156
You can’t perform that action at this time.
0 commit comments