Skip to content

Commit 67a458d

Browse files
authored
Pip install sarif and toml extras (#17)
The bandit-action should install all extras for best compatiblity for users of the action. This change adds the toml extra. The only other extra missing is baseline, but that isn't exploited as part of the action yet. Fixes #15 Signed-off-by: Eric Brown <eric_wade_brown@yahoo.com>
1 parent b44244a commit 67a458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ runs:
7777

7878
- name: Install Bandit
7979
shell: bash
80-
run: pip install bandit[sarif]
80+
run: pip install bandit[sarif,toml]
8181

8282
- name: Checkout repository
8383
uses: actions/checkout@v4

0 commit comments

Comments
 (0)