diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc14c22..efec30c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -45,7 +45,7 @@ repos: stages: [pre-commit] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.10.0 + rev: v4.11.6 hooks: - id: commitizen - id: commitizen-branch diff --git a/.trivyignore b/.trivyignore index 8eb5ac3..150e6cd 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,7 +1,7 @@ # container does not have a USER command # this is ok, because it is meant to run as root -AVD-DS-0002 +DS-0002 # ignore things that are in the example yaml file -AVD-KSV-0118 -AVD-KSV-0014 +KSV-0118 +KSV-0014 diff --git a/Dockerfile b/Dockerfile index efbfc5e..d6cff9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-d # install common tools ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -q update && apt-get -y upgrade && \ - apt-get install -y --no-install-recommends time openssl gnutls-bin zip unzip bzip2 lynx vim vim-scripts curl whois telnet sqlite3 strace lsof less traceroute bash-completion socat busybox dnsutils net-tools tcpdump wget iputils-ping fping iproute2 ca-certificates nmap netcat-openbsd groff procps git git-lfs gnupg2 && \ + apt-get install -y --no-install-recommends time openssl gnutls-bin zip unzip bzip2 lynx vim vim-scripts curl whois telnet sqlite3 strace lsof less traceroute bash-completion socat busybox dnsutils net-tools tcpdump wget iputils-ping fping iproute2 ca-certificates nmap netcat-openbsd groff procps git git-lfs gnupg2 jq yq && \ apt-get clean && rm -rf /var/lib/apt/lists/* RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc -o /tmp/ACCC4CF8.asc && \