golangci: fix integration tests for images

images also calls this linter but with path-prefix
This commit is contained in:
Florian Schüller 2024-06-18 16:33:32 +02:00 committed by Florian Schüller
parent 0361013b66
commit 6093492c33

View file

@ -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"]