Skip to content

Commit

Permalink
Feedback: Filippe
Browse files Browse the repository at this point in the history
* Pin go-toolset base image in Containerfile.
* Add `gosec` linter

Signed-off-by: Edgar Hernández <[email protected]>
  • Loading branch information
israel-hdez committed Dec 16, 2024
1 parent f25139a commit 2d0f959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ linters:
- gocyclo
- gofmt
- goimports
- gosec
- gosimple
- govet
- ineffassign
Expand Down
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi9/go-toolset:9.5 as builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.22.7 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 2d0f959

Please sign in to comment.