Closed creatorrr closed 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 for 5236313dd82b2c67ea5a0fedebc0286b9fd82617. It will automatically update as commits are pushed.
[!IMPORTANT] Add GitHub Actions workflow for Bandit security checks on Python code in agents-api.
agents-api
bandit-security-check-python-agents-api.yml
.github/workflows/
main
mdegis/bandit-action@v1.1
./agents-api/agents_api
level: high
confidence: high
exit_zero: true
This description was created by for 5236313dd82b2c67ea5a0fedebc0286b9fd82617. It will automatically update as commits are pushed.