From 0d7c99563dd9d0cfeb24cd59c9a976f5c93cfb2b Mon Sep 17 00:00:00 2001 From: Bengt Wegner Date: Wed, 18 Sep 2024 09:59:06 +0200 Subject: [PATCH] Docs: Fix link in README Signed-off-by: Bengt Wegner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a29cfb..755ba83 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,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.