From 6c53aba62ade02122360da0480babe7e26fdc58e Mon Sep 17 00:00:00 2001 From: maaheeb <108407876+maaheeb@users.noreply.github.com> Date: Tue, 6 Sep 2022 14:46:59 +0200 Subject: [PATCH] Add file for Dependencytrack plugin We created this plugin as for our internal needs. Signed-off-by: maaheeb <108407876+maaheeb@users.noreply.github.com> --- microsite/data/plugins/dependencytrack | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 microsite/data/plugins/dependencytrack diff --git a/microsite/data/plugins/dependencytrack b/microsite/data/plugins/dependencytrack new file mode 100644 index 0000000000..abf1014be6 --- /dev/null +++ b/microsite/data/plugins/dependencytrack @@ -0,0 +1,9 @@ +--- +title: Dependencytrack +author: TRIMM +authorUrl: https://www.trimm.nl/ +category: Monitoring +description: Plugin for extracting metrics and findings from OWASP's Dependencytrack +documentation: https://github.com/TRIMM/plugin-dependencytrack/blob/main/README.md +iconUrl: https://avatars.githubusercontent.com/u/40258585?s=200&v=4 +npmPackageName: '@trimm/plugin-dependencytrack'