From a1cd466cc20c97b9399d488ea92507be89d04b28 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 27 Aug 2021 12:45:12 +0200 Subject: [PATCH] security: add dependency track configuration (#18285) --- .gobom.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gobom.json diff --git a/.gobom.json b/.gobom.json new file mode 100644 index 0000000000..3279174525 --- /dev/null +++ b/.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 +}