Skip to content

Commit

Permalink
ignore CVE-2022-30065 until we have a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fl0ppy-d1sk committed Jul 19, 2022
1 parent f0ddb83 commit 850a805
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,7 @@ jobs:
exit-code: 1
ignore-unfixed: false
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
trivyignores: .trivyignore
- name: Check security vulnerabilities for autoconf
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -354,6 +355,7 @@ jobs:
exit-code: 1
ignore-unfixed: false
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
trivyignores: .trivyignore
- name: Check security vulnerabilities for UI
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -363,6 +365,7 @@ jobs:
exit-code: 1
ignore-unfixed: false
severity: UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL
trivyignores: .trivyignore

# Prepare tests
- name: Install tests dependencies
Expand Down
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CVE-2022-30065
2 changes: 1 addition & 1 deletion autoconf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN apk add --no-cache git && \
ln -s /proc/1/fd/1 /var/log/letsencrypt/letsencrypt.log

# Fix CVEs
RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" "ncurses-libs>=6.2_p20210612-r1" "ncurses-terminfo-base>=6.2_p20210612-r1" "busybox>=1.35.0-r17" "ssl_client>=1.35.0-r17"
RUN apk add "libssl1.1>=1.1.1q-r0" "libcrypto1.1>=1.1.1q-r0" "git>=2.32.3-r0" "ncurses-libs>=6.2_p20210612-r1" "ncurses-terminfo-base>=6.2_p20210612-r1"

VOLUME /data /etc/nginx

Expand Down

0 comments on commit 850a805

Please sign in to comment.