Skip to content

Commit

Permalink
some updates (#716)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson authored Oct 27, 2023
1 parent b979a69 commit 8ad77ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ CVE-2023-34231

# bashbrew & gomplate - google.golang.org/grpc vuln - not relevant
CVE-2023-32731
GHSA-m425-mq94-257g
CVE-2022-48174

# docker-buildx - otel vuln - not relevant
CVE-2023-45142
2 changes: 1 addition & 1 deletion ci-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM consul:1.15.4 AS consul
FROM docker:24.0 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.11.2 AS buildx-plugin
FROM golangci/golangci-lint:v1.54.2-alpine AS golangci-lint
FROM golangci/golangci-lint:v1.55.1-alpine AS golangci-lint

FROM alpine:3.18 AS cc-test-reporter

Expand Down
2 changes: 1 addition & 1 deletion gomplate-ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM consul:1.15.4 AS consul
FROM docker:24.0 AS docker
FROM ghcr.io/hairyhenderson/bashbrew:latest AS bashbrew
FROM docker/buildx-bin:0.11.2 AS buildx-plugin
FROM golangci/golangci-lint:v1.54.2-alpine AS golangci-lint
FROM golangci/golangci-lint:v1.55.1-alpine AS golangci-lint

FROM alpine:3.18 AS cc-test-reporter

Expand Down

0 comments on commit 8ad77ea

Please sign in to comment.