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 +}