diff --git a/Dockerfile b/Dockerfile index c7b48313e..a8d886569 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -# trunk-ignore-all(trivy/DS002): We must run as root for this container +# trunk-ignore-all(trivy/DS-0002): We must run as root for this container +# trunk-ignore-all(checkov/CKV_DOCKER_8): We must run as root for this container # trunk-ignore-all(hadolint/DL3002): We must run as root for this container # trunk-ignore-all(hadolint/DL3008): Do not pin apt package versions # trunk-ignore-all(hadolint/DL3013): Do not pin pip package versions diff --git a/alpine.Dockerfile b/alpine.Dockerfile index facc180b8..e82230d61 100644 --- a/alpine.Dockerfile +++ b/alpine.Dockerfile @@ -1,4 +1,5 @@ -# trunk-ignore-all(trivy/DS002): We must run as root for this container +# trunk-ignore-all(trivy/DS-0002): We must run as root for this container +# trunk-ignore-all(checkov/CKV_DOCKER_8): We must run as root for this container # trunk-ignore-all(hadolint/DL3002): We must run as root for this container # trunk-ignore-all(hadolint/DL3018): Do not pin apk package versions # trunk-ignore-all(hadolint/DL3013): Do not pin pip package versions