There was an error while loading. Please reload this page.
1 parent 090c8c5 commit 4ac752fCopy full SHA for 4ac752f
1 file changed
plugins/coding-agents-plugin/src/source.rs
@@ -20,7 +20,9 @@ impl SourcePlugin for CodingAgentPlugin {
20
type Instance = CodingAgentInstance;
21
22
const EVENT_SOURCE: &'static CStr = c"coding_agent";
23
- const PLUGIN_ID: u32 = 999; // Development ID. Register for production.
+ // Registered ID for the `coding_agent` source.
24
+ // See https://github.com/falcosecurity/plugins/blob/main/registry.yaml
25
+ const PLUGIN_ID: u32 = 28;
26
27
type Event<'a> = Event<PluginEvent<CodingAgentPayload<'a>>>;
28
0 commit comments