Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"yamllint",
"YAMLCRs",
"YAMLHA",
"YAMLTLS"
"YAMLTLS",
"zizmor"
]
}
4 changes: 4 additions & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ EXCLUDED_DIRECTORIES:
# Lychee (link checker): non-blocking -- external links may be temporarily unavailable
SPELL_LYCHEE_DISABLE_ERRORS: true

# zizmor: workflow-hardening findings (SHA-pinning, permissions, etc.) are
# advisory here and tracked separately -- keep them non-blocking, like lychee
ACTION_ZIZMOR_DISABLE_ERRORS: true

# Checkov: skip e2e assertions (partial specs) and kustomize patches (overlay only)
REPOSITORY_CHECKOV_ARGUMENTS: >-
--skip-path test/e2e
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.25 AS builder
FROM golang:1.26.4 AS builder
ARG TARGETOS
ARG TARGETARCH
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ KUSTOMIZE_VERSION ?= v5.6.0
CONTROLLER_TOOLS_VERSION ?= v0.17.2
ENVTEST_VERSION ?= release-0.20
GOLANGCI_LINT_VERSION ?= v2.10.1
CHAINSAW_VERSION ?= v0.2.12
CHAINSAW_VERSION ?= v0.2.15

.PHONY: kustomize
kustomize: $(KUSTOMIZE) ## Download kustomize locally if necessary.
Expand Down
Loading
Loading