julep-ai / julep

A new DSL and server for AI agents and multi-step tasks
https://julep.ai
Apache License 2.0
2.62k stars 911 forks source link

Create bandit-security-check-python-agents-api.yml #534

Closed creatorrr closed 1 month ago

creatorrr commented 1 month ago

[!IMPORTANT] Add GitHub Actions workflow for Bandit security checks on Python code in agents-api.

  • Workflow Addition:
    • Adds bandit-security-check-python-agents-api.yml to .github/workflows/.
    • Triggers on pull requests to the main branch.
  • Security Check:
    • Uses mdegis/bandit-action@v1.1 to check Python code in ./agents-api/agents_api.
    • Configured with level: high and confidence: high.
    • exit_zero: true allows workflow to pass even if issues are found.

This description was created by Ellipsis for 5236313dd82b2c67ea5a0fedebc0286b9fd82617. It will automatically update as commits are pushed.