Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

creatorrr
Copy link
Contributor

@creatorrr creatorrr commented Sep 30, 2024

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/[email protected] 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 5236313. It will automatically update as commits are pushed.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 5236313 in 14 seconds

More details
  • Looked at 24 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_XijcGPpRG4UggrbO


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

@creatorrr creatorrr merged commit 9668b75 into dev Sep 30, 2024
4 checks passed
@creatorrr creatorrr deleted the f/add-bandit-security-check branch September 30, 2024 19:42
creatorrr added a commit that referenced this pull request Sep 30, 2024
  - **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/[email protected]` 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant