upstream<carry>: Downstream

This commit is contained in:
Matthias Wessendorf
2025-10-07 09:50:51 +02:00
parent ee93bb08b8
commit d94d72d902
10 changed files with 1465 additions and 0 deletions

8
.snyk Normal file
View File

@@ -0,0 +1,8 @@
# References:
# https://docs.snyk.io/scan-applications/snyk-code/using-snyk-code-from-the-cli/excluding-directories-and-files-from-the-snyk-code-cli-test
# https://docs.snyk.io/snyk-cli/commands/ignore
exclude:
global:
- vendor/**
- "**/*_test.go"
- python/**