We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c0bf1b commit 584c20eCopy full SHA for 584c20e
library/agent/Agent.ts
@@ -484,6 +484,10 @@ export class Agent {
484
}
485
486
487
+ // When our library is required, we are not intercepting `require` calls yet
488
+ // We need to add our library to the list of packages manually
489
+ this.onPackageRequired("@aikido/firewall", getAgentVersion());
490
+
491
wrapInstalledPackages(wrappers, this.serverless);
492
493
// Send startup event and wait for config
0 commit comments