security: add dependency track configuration (#18285)

Этот коммит содержится в:
Carlos Tadeu Panato Junior
2021-08-27 12:45:12 +02:00
коммит произвёл GitHub
родитель b6ae217883
Коммит a1cd466cc2

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
}