Skip to content

Commit 4ac752f

Browse files
committed
fix(plugin): set registered source ID 28 for coding_agent
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
1 parent 090c8c5 commit 4ac752f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

plugins/coding-agents-plugin/src/source.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ impl SourcePlugin for CodingAgentPlugin {
2020
type Instance = CodingAgentInstance;
2121

2222
const EVENT_SOURCE: &'static CStr = c"coding_agent";
23-
const PLUGIN_ID: u32 = 999; // Development ID. Register for production.
23+
// Registered ID for the `coding_agent` source.
24+
// See https://github.com/falcosecurity/plugins/blob/main/registry.yaml
25+
const PLUGIN_ID: u32 = 28;
2426

2527
type Event<'a> = Event<PluginEvent<CodingAgentPayload<'a>>>;
2628

0 commit comments

Comments
 (0)