AppD Base Image Not Allowed (SL012)
Flags use of AppD base images in skaffold.yaml as ERROR and recommends JRE base images.
Description
Parses skaffold.yaml and inspects the sandbox base image reference. If the image name contains 'appd' (case-insensitive) or if the base image could not be found, an ERROR is reported.
Noncompliant
AppD base image in skaffold.yaml
# skaffold.yaml using deprecated AppD base image
apiVersion: skaffold/v3
kind: Config
build:
artifacts:
- image: nexus/mapsandbox/base/appd-java21:1.2.0 # contains 'appd' -> not allowed