@@ -34,23 +34,22 @@ jobs:
3434 # - busybox: init container
3535 # - alpine: init container
3636 # - linuxserver/yq: init container
37- EXCLUDE_IMAGE_PATTERNS : bats busybox docker.io/alpine linuxserver/yq
37+ EXCLUDE_IMAGE_PATTERNS : bats
38+ busybox
39+ docker.io/alpine
40+ linuxserver/yq
3841 # In this action we only scan 'external' dependencies of the RADAR-base deployment.
3942 # RADAR-base services are scanned in the respective GitHub repositories.
40- # Note on missing charts:
43+ # Notes on charts:
4144 # - elasticsearch:
4245 # FIXME: the elasticsearch image gives sarif related errors, so it is excluded for now.
4346 # we need a better way to handle this.
4447 INCLUDE_CHARTS : charts/cc-schema-registry-proxy
4548 charts/cert-manager-lets-encrypt
4649 charts/kube-prometheus-stack
47- charts/radar-cloudnative-postgresql
48- charts/radar-cloudnative-timescaledb
4950 charts/radar-grafana
5051 charts/radar-hydra
5152 charts/radar-kratos
52- charts/radar-postgresql
53- charts/radar-timescaledb
5453 charts/radar-s3-proxy
5554 charts/velero-s3-deployment
5655 external/cloudnativepg-operator
6160 external/mongodb
6261 external/nifi
6362 external/redis
63+ external/strimzi-kafka-operator
64+ external/strimzi-registry-operator
65+ # Any image that matches any of these patterns will be included for scanning.
66+ # Reasons:
67+ # - ghcr.io/cloudnative-pg/postgresql:16: deployed via operator so image tag not specifies in the chart in this repo.
68+ # - timescale/timescaledb-ha:pg16-ts2.15: deployed via operator so image tag not specified in the chart in this repo.
69+ # - quay.io/strimzi/kafka:0.46.0-kafka-3.9.0: deployed via operator so image tag not specified in the chart in this repo.
70+ # - confluentinc/cp-schema-registry:7.2.1: deployed via operator so image tag not specified in the chart in this repo.
71+ INCLUDE_IMAGES : ghcr.io/cloudnative-pg/postgresql:16
72+ timescale/timescaledb-ha:pg16-ts2.15
73+ quay.io/strimzi/kafka:0.46.0-kafka-3.9.0
74+ confluentinc/cp-schema-registry:7.2.1
6475 run : .github/bin/external_docker_image_matrix
6576
6677 - name : Commit and push if docker-images-matrix.json changed
0 commit comments