Skip to content

Commit

Permalink
Disable debugging and reformat the cleanup_actions for readability …
Browse files Browse the repository at this point in the history
…on the `MLFlow_CVE_2023_6977` detector.

PiperOrigin-RevId: 730903759
Change-Id: I59851c30dc23c010bbbfe3224b59888dec154ee3
  • Loading branch information
tooryx authored and copybara-github committed Feb 25, 2025
1 parent e02446c commit 55d5395
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,12 @@ finding: {
}
}

config: {
debug: true
}

###########
# ACTIONS #
###########

actions: {
name: "create_model"
cleanup_actions: ["clean_model"]
http_request: {
method: POST
uri: "ajax-api/2.0/mlflow/registered-models/create"
Expand All @@ -63,6 +58,7 @@ actions: {
}
}
}
cleanup_actions: "clean_model"
}
actions: {
Expand Down

0 comments on commit 55d5395

Please sign in to comment.