Skip to content

Commit e1e5df0

Browse files
authored
Merge pull request #50 from paullockaby/fix-exceptions
fix: exceptions changed formatting
2 parents e85554c + 1c806b9 commit e1e5df0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
stages: [pre-commit]
4646

4747
- repo: https://github.com/commitizen-tools/commitizen
48-
rev: v4.10.0
48+
rev: v4.11.6
4949
hooks:
5050
- id: commitizen
5151
- id: commitizen-branch

.trivyignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# container does not have a USER command
22
# this is ok, because it is meant to run as root
3-
AVD-DS-0002
3+
DS-0002
44

55
# ignore things that are in the example yaml file
6-
AVD-KSV-0118
7-
AVD-KSV-0014
6+
KSV-0118
7+
KSV-0014

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LABEL org.opencontainers.image.source=https://github.com/paullockaby/container-d
77
# install common tools
88
ENV DEBIAN_FRONTEND=noninteractive
99
RUN apt-get -q update && apt-get -y upgrade && \
10-
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 && \
10+
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 && \
1111
apt-get clean && rm -rf /var/lib/apt/lists/*
1212

1313
RUN curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc -o /tmp/ACCC4CF8.asc && \

0 commit comments

Comments
 (0)