Commit 0e9e25c
committed
fix: correct cdxgen image registry from docker.io to ghcr.io
The previous commit incorrectly parameterized cdxgen image references
using the edp-tekton.registry helper, which defaults to docker.io.
However, CycloneDX cdxgen is not available on Docker Hub but is hosted
on ghcr.io. Update both task parameter defaults to use the correct
registry with the proper digest, and remove the incorrect docker.io
entry from the images list.
Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>1 parent e4b6e28 commit 0e9e25c
File tree
3 files changed
+2
-3
lines changed- charts/pipelines-library/templates/tasks
- hack/images
3 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments