Skip to content

Commit

Permalink
Added RASP info in StatusLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinZakharov committed Jul 2, 2024
1 parent ff36593 commit d64c021
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public void toJson(JsonWriter writer, Config config) throws IOException {
writer.value(config.getAppSecActivation().toString());
writer.name("appsec_rules_file_path");
writer.value(config.getAppSecRulesFile());
writer.name("rasp_enabled");
writer.value(config.isAppSecRaspEnabled());
writer.name("telemetry_enabled");
writer.value(config.isTelemetryEnabled());
writer.name("telemetry_dependency_collection_enabled");
Expand Down

0 comments on commit d64c021

Please sign in to comment.