security: add dependency track configuration (#18285)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b6ae217883
Коммит
a1cd466cc2
15
.gobom.json
Обычный файл
15
.gobom.json
Обычный файл
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"recurse": true,
|
||||
"properties": {
|
||||
"GomodMainOnly": true,
|
||||
"GomodExcludes": "_tests/|[-_]generators?$|^plugin/checker$",
|
||||
"NpmExcludes": "/e2e$",
|
||||
"GradlePath": "./gradlew:../gradlew"
|
||||
},
|
||||
"filters": [
|
||||
"release"
|
||||
],
|
||||
"excludes": "/.git$|/node_modules$",
|
||||
"url": "https://deptrack.security.internal.mattermost.com/",
|
||||
"verbose": 3
|
||||
}
|
||||
Ссылка в новой задаче
Block a user