Add readme update to ignore section, since it is an internal tool with existing path sanitization (filepath.Clean and filepath.Localize on line 31-32). The warnings are likely false positives

Signed-off-by: Matthias Wessendorf <mwessend@redhat.com>
This commit is contained in:
Matthias Wessendorf
2025-10-07 10:18:13 +02:00
parent c75888e6d3
commit 06fd5d469f

1
.snyk
View File

@@ -3,6 +3,7 @@
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
- internal/tools/update-readme/main.go
- vendor/**
- "**/*_test.go"
- python/**