diff --git a/docs/notes/2.23.x.md b/docs/notes/2.23.x.md index c4d24f3c50d..b7267b94ff4 100644 --- a/docs/notes/2.23.x.md +++ b/docs/notes/2.23.x.md @@ -137,6 +137,9 @@ Fixed pulling `helm_artifact`s from OCI repositories. Added `workspace_invalidation_sources` field to `adhoc_tool` and `shell_command` target types. This new field allows declaring that these targets depend on files without bringing those files into the execution sandbox, but that the target should still be re-executed if those files change. This is intended to work with the `workspace_environment` support where processes are executed in the workspace and not in a separate sandbox. +#### Semgrep +Semgrep now allows configuring the config directory, ignore config file, and will recursively discover all rules in the directory. + ### Plugin API changes Fixed bug with workspace environment support where Pants used a workspace environment when it was searching for a local environment.