Skip to content

Merge pull request #3 from TNG/Feat/26--LLM_download_from_dropdown_ba… #40

Merge pull request #3 from TNG/Feat/26--LLM_download_from_dropdown_ba…

Merge pull request #3 from TNG/Feat/26--LLM_download_from_dropdown_ba… #40

Workflow file for this run

name: Bandit
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Perform Bandit Analysis
uses: PyCQA/bandit-action@v1