mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-21 23:00:42 -08:00
feat(library): ignore files under vendor dir (fanal#44)
This commit is contained in:
@@ -9,9 +9,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
NODE_DEP_DIR = "node_modules"
|
||||
COMPOSER_DEP_DIR = "vendor"
|
||||
PathSeparator = fmt.Sprintf("%c", os.PathSeparator)
|
||||
PathSeparator = fmt.Sprintf("%c", os.PathSeparator)
|
||||
)
|
||||
|
||||
func CacheDir() string {
|
||||
|
||||
Reference in New Issue
Block a user