From f54da145a91cea9e3a75a051f70fc9ab8735f722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:04:16 +0000 Subject: [PATCH] [UPDATE] (deps): Bump reactive-firewall/python-bandit-scan Bumps [reactive-firewall/python-bandit-scan](https://github.com/reactive-firewall/python-bandit-scan) from 2.3 to 2.4. - [Release notes](https://github.com/reactive-firewall/python-bandit-scan/releases) - [Commits](https://github.com/reactive-firewall/python-bandit-scan/compare/c56ff8d84b6e111989d803bbd884a7969363332c...f5cf2ce05269c19fafe24b0c91e8087c6c187385) --- updated-dependencies: - dependency-name: reactive-firewall/python-bandit-scan dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/bandit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bandit.yml b/.github/workflows/bandit.yml index 529bbde..a3639f2 100644 --- a/.github/workflows/bandit.yml +++ b/.github/workflows/bandit.yml @@ -33,7 +33,7 @@ jobs: with: persist-credentials: false - name: Bandit Scan - uses: reactive-firewall/python-bandit-scan@c56ff8d84b6e111989d803bbd884a7969363332c # v2.3 + uses: reactive-firewall/python-bandit-scan@f5cf2ce05269c19fafe24b0c91e8087c6c187385 # v2.4 with: # optional arguments # exit with 0, even with results found exit_zero: true # optional, default is DEFAULT