Skip to content

Commit

Permalink
Make bandit Github Action read-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jspeed-meyers authored Nov 5, 2024
1 parent 3d31b97 commit 008bbad
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 008bbad

Please sign in to comment.