diff --git a/.binny.yaml b/.binny.yaml index 986d4c0f6..23d77143a 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -2,7 +2,7 @@ tools: # we want to use a pinned version of binny to manage the toolchain (so binny manages itself!) - name: binny version: - want: v0.11.2 + want: v0.11.3 method: github-release with: repo: anchore/binny @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v2.8.0 + want: v2.9.0 method: github-release with: repo: golangci/golangci-lint @@ -114,7 +114,7 @@ tools: # used to upload test fixture cache - name: yq version: - want: v4.52.2 + want: v4.52.4 method: github-release with: repo: mikefarah/yq diff --git a/.golangci.yaml b/.golangci.yaml index eacba69a6..9093acb66 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -50,10 +50,9 @@ linters: - legacy - std-error-handling rules: - # internal/os contains OS feature detection logic; the name reflects its purpose + # we have multiple packages in syft that might overlap with the stblib; their names reflect their purpose - linters: - revive - path: internal/os/ text: "var-naming: avoid package names that conflict" paths: - third_party$