diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc85963..32ca9d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,15 +20,9 @@ jobs: - name: checkout uses: actions/checkout@v4 - - name: bandit - uses: mdegis/bandit-action@v1.0 - with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - path: "." - level: high - confidence: high - exit_zero: true - + - name: Perform Bandit Analysis + uses: PyCQA/bandit-action@v1 + - name: Repository Dispatch uses: peter-evans/repository-dispatch@v3 with: