Skip to content

Commit

Permalink
Apply trivial suggestions from contributor guidelines
Browse files Browse the repository at this point in the history
Two minor changes here:
* removed unnecessary whitespace
* pined by SHA latest version of python-bandit-scan (v2.1) reactive-firewall@python-bandit-scan@c8b1d56a3964de4e00e7a820dddb38661a4b7566
  • Loading branch information
reactive-firewall committed Nov 1, 2024
1 parent 273b0f5 commit 212025d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code-scanning/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 212025d

Please sign in to comment.