diff --git a/.golangci.yml b/.golangci.yml index 0ee29297c..4174dc018 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -24,5 +24,5 @@ issues: # Maximum count of issues with the same text. Set to 0 to disable. Default is 3. max-same-issues: 0 exclude-rules: - - path: ^cmd/osbuild-worker-executor/.*_test\.go$ + - path: ^(osbuild-composer/)?cmd/osbuild-worker-executor/.*_test\.go$ linters: ["gosec"]