Skip to content

Commit 952f743

Browse files
authored
chore: add no-op healthcheck (#238)
1 parent 8b79e2a commit 952f743

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ARG XWIN_VERSION=0.5.0
1010

1111
ARG DEBIAN_FRONTEND=noninteractive
1212

13+
HEALTHCHECK NONE
14+
1315
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1416

1517
# Install the base system with all tool dependencies

.trivyignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
# See: https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0002/
22
# We allow root access in our container that we use for development purposes
33
DS002
4-
5-
# See: https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0026/
6-
# We don't require a HEALTHCHECK for our devcontainer
7-
DS026

0 commit comments

Comments
 (0)