Skip to content

Commit

Permalink
Merge pull request #217 from spdx/make-bandit-action-read-only
Browse files Browse the repository at this point in the history
Make bandit Github Action read-only
  • Loading branch information
jspeed-meyers authored Nov 5, 2024
2 parents 3d31b97 + 008bbad commit 41047ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
bandit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 41047ef

Please sign in to comment.