diff --git a/.github/workflows/bandit-security-check-python-agents-api.yml b/.github/workflows/bandit-security-check-python-agents-api.yml new file mode 100644 index 000000000..9ae06e3ca --- /dev/null +++ b/.github/workflows/bandit-security-check-python-agents-api.yml @@ -0,0 +1,18 @@ +on: + pull_request: + branches: + - main + +jobs: + bandit_check: + name: bandit check security of python code in agents-api + runs-on: ubuntu-latest + + steps: + - uses: mdegis/bandit-action@v1.1 + with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + path: "./agents-api/agents_api" + level: high + confidence: high + # exit_zero: true