From 0d264932a8f7c0857b51430037d4fb9a1f8a8526 Mon Sep 17 00:00:00 2001 From: Bengt Wegner <87223648+Petzys@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:49:12 +0200 Subject: [PATCH] Docs: Fix link in README (#9) Signed-off-by: Bengt Wegner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6f006..86041ae 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ go run ./cbomkit-theia.go [command] > enriched_CBOM.json - Leverages [gitleaks](https://github.com/gitleaks/gitleaks) to find secrets and keys in the data source - Adds the secrets and keys to the CBOM -Additional plugins can be added by implementing the `Plugin` interface from [`ibm/cbomkit-theia/scanner/plugins`](./scanner/plugins/plugin.go#L41) and adding the plugins constructor to the `GetAllPluginConstructors` function in [`ibm/cbomkit-theia/scanner/scanner.go`](./scanner/scanner.go#L48): +Additional plugins can be added by implementing the `Plugin` interface from [`ibm/cbomkit-theia/scanner/plugins`](./scanner/plugins/plugin.go#L41) and adding the plugins constructor to the `GetAllPluginConstructors` function in [`ibm/cbomkit-theia/scanner/scanner.go`](./scanner/scanner.go#L58): ## Security Disclaimer CBOMkit-theia performs several filesystem reads based on the user input and may print the contents of these files to the stderr console. Do not use this tools on untrusted input or provide the output to untrusted parties.