Exclude fuzz test python and npm packages in scoreboard scan (#3871)

* exclude fuzz test for scoreboard scan

* ci ignore osv-scanner.toml file name inconsistency
This commit is contained in:
TianlongLiang
2024-10-23 14:48:15 +08:00
committed by GitHub
parent 217ba3b10c
commit 7d56289fab
3 changed files with 85 additions and 0 deletions

View File

@ -180,6 +180,7 @@ def check_file_name(path: Path) -> bool:
"docker-compose",
"package-lock",
"vite-env.d",
"osv-scanner",
]:
return True