autogen icon indicating copy to clipboard operation
autogen copied to clipboard

Docker multilanguage executor saver with policy

Open asandez1 opened this issue 1 year ago • 1 comments

In relation with the LocalCommandLineCodeExecutor #2303 #2464

This PR adds support for those languages in DockerCommandLineCodeExecutor.>

Why are these changes needed?

With this change, the Docker executor can handle multiples languages to execute or save using a policy

Related issue number

Closes #2520

Checks

  • [ ] I've included any doc changes needed for https://microsoft.github.io/autogen/. See https://microsoft.github.io/autogen/docs/Contribute#documentation to build and test documentation locally.
  • [x] I've added tests (if relevant) corresponding to the changes introduced in this PR.
  • [x] I've made sure all auto checks have passed.

asandez1 avatar Apr 26 '24 02:04 asandez1

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
10404662 Triggered Generic CLI Secret d20cda6d67dc94e469168323d24482870b6cdac9 .github/workflows/dotnet-release.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

gitguardian[bot] avatar Apr 27 '24 18:04 gitguardian[bot]