Skip to content

Commit 3393fa8

Browse files
committed
Add secrets detection release metadata
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent feeeaac commit 3393fa8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

plugins/rust/python-package/secrets_detection/cpex_secrets_detection/plugin-manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
description: "Detect likely credentials and secrets in prompt input, tool output, and resource content"
2+
kind: "cpex_secrets_detection.secrets_detection.SecretsDetectionPlugin"
23
author: "ContextForge Contributors"
34
version: "0.1.0"
45
available_hooks:

plugins/rust/python-package/secrets_detection/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ classifiers = [
1818
"Programming Language :: Python :: 3.13",
1919
]
2020

21+
[project.entry-points."cpex.plugins"]
22+
secrets_detection = "cpex_secrets_detection.secrets_detection:SecretsDetectionPlugin"
23+
2124
[tool.maturin]
2225
module-name = "cpex_secrets_detection.secrets_detection_rust"
2326
python-source = "."

0 commit comments

Comments
 (0)