Files
Jean-Philippe Evrard 32c87fc982 Remove trivy cache from checkout folder
The release process is producing a local image and scanning it
with trivy before continuing the process.

As trivy is by default having its cache in the checked out folder
for the code, the git repository ends up having content, and
considered dirty by goreleaser.

This is a problem, as goreleaser does not want to release if the
git tree is dirty.

This fixes it by ignoring all changes in .cache folder.

Signed-off-by: Jean-Philippe Evrard <open-source@a.spamming.party>
2026-06-30 13:11:58 +02:00

9 lines
97 B
Plaintext

cmd/kured/kured
vendor
build
dist
.tmp/goreleaser
test.json
tests/kind/testfiles/*.yaml
/.cache/