File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
spec :
21
21
containers :
22
22
- name : secret-util
23
- image : ibmcom/ detect-secrets-stream:v0.4.3
23
+ image : icr.io/git-defenders/ detect-secrets-stream:latest
24
24
# Once exec into the container
25
25
# run "python -m detect_secrets_stream.util.secret_util" for help
26
26
command : ["sleep"]
Original file line number Diff line number Diff line change 40
40
path : email.conf
41
41
containers :
42
42
- name : gd-ingest
43
- image : " ibmcom /detect-secrets-stream:latest"
43
+ image : " icr.io/git-defenders /detect-secrets-stream:latest"
44
44
command : ["/code/detect_secrets_stream/gd_ingest/docker-entrypoint.sh"]
45
45
imagePullPolicy : IfNotPresent
46
46
env :
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : pi-cleaner
13
- image : ibmcom /detect-secrets-stream:latest
13
+ image : icr.io/git-defenders /detect-secrets-stream:latest
14
14
imagePullPolicy : IfNotPresent
15
15
command : ["python"]
16
16
args : ["-m", "detect_secrets_stream.pi_cleaner.pi_cleaner"]
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : revalidation
13
- image : ibmcom /detect-secrets-stream:latest
13
+ image : icr.io/git-defenders /detect-secrets-stream:latest
14
14
imagePullPolicy : IfNotPresent
15
15
command : ["python"]
16
16
args : ["-m", "detect_secrets_stream.validation.revalidation"]
Original file line number Diff line number Diff line change 72
72
path : revoker_urls.conf
73
73
containers :
74
74
- name : gd-revoker
75
- image : " ibmcom /detect-secrets-stream:latest"
75
+ image : " icr.io/git-defenders /detect-secrets-stream:latest"
76
76
command : ["/code/detect_secrets_stream/gd_revoker/docker-entrypoint.sh"]
77
77
imagePullPolicy : IfNotPresent
78
78
env :
Original file line number Diff line number Diff line change 60
60
path : email.conf
61
61
containers :
62
62
- name : scan-worker
63
- image : ibmcom /detect-secrets-stream:latest
63
+ image : icr.io/git-defenders /detect-secrets-stream:latest
64
64
imagePullPolicy : IfNotPresent
65
65
command : ["python"]
66
66
args : ["-m", "detect_secrets_stream.scan_worker.app"]
Original file line number Diff line number Diff line change 22
22
spec :
23
23
containers :
24
24
- name : sqlexporter
25
- image : " ibmcom /detect-secrets-stream:latest"
25
+ image : " icr.io/git-defenders /detect-secrets-stream:latest"
26
26
imagePullPolicy : IfNotPresent
27
27
command : ["python"]
28
28
args : ["-m", "detect_secrets_stream.sql_exporter.db_metrics"]
Original file line number Diff line number Diff line change 10
10
spec :
11
11
containers :
12
12
- name : vmt-report
13
- image : ibmcom /detect-secrets-stream:latest
13
+ image : icr.io/git-defenders /detect-secrets-stream:latest
14
14
imagePullPolicy : IfNotPresent
15
15
command : ["python"]
16
16
args : ["-m", "detect_secrets_stream.notification.vmt_report"]
You can’t perform that action at this time.
0 commit comments