From 58aec251c9597ccb4ccc327e1bd8db4434c384f6 Mon Sep 17 00:00:00 2001 From: "Mr. Walls" Date: Thu, 12 Sep 2024 21:09:17 -0700 Subject: [PATCH] Apply trivial suggestions from contributor guidelines Two minor changes here: * removed unnecessary whitespace * pined by SHA latest version of python-bandit-scan (v2.1) reactive-firewall@python-bandit-scan@c8b1d56a3964de4e00e7a820dddb38661a4b7566 --- code-scanning/bandit.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code-scanning/bandit.yml b/code-scanning/bandit.yml index 3861224c2f..8f3848db57 100644 --- a/code-scanning/bandit.yml +++ b/code-scanning/bandit.yml @@ -28,12 +28,11 @@ jobs: contents: read # for actions/checkout to fetch code security-events: write # for github/codeql-action/upload-sarif to upload SARIF results actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status - runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Bandit Scan - uses: reactive-firewall/python-bandit-scan@v2.1 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566 + uses: reactive-firewall/python-bandit-scan@ c8b1d56a3964de4e00e7a820dddb38661a4b7566 # v2.1 - c8b1d56a3964de4e00e7a820dddb38661a4b7566 with: # optional arguments # exit with 0, even with results found - remove or set to false to fail on results when found. exit_zero: true # optional, default is DEFAULT