-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from tj-actions/rename-bandit-version-to-version
Renamed bandit_version to version
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ bandit | |
- name: Run bandit | ||
uses: tj-actions/[email protected] | ||
with: | ||
bandit_version: "1.7.0" | ||
version: "1.7.0" | ||
targets: | # or a single string "." | ||
test_project | ||
options: "-r" | ||
|
@@ -36,7 +36,7 @@ bandit | |
|
||
| Input | type | required | default | description | | ||
|:-------------:|:-----------:|:-------------:|:----------------------------:|:-------------:| | ||
| bandit-version | `string` | `true` | `1.7.0` | Bandit version to be installed ([possible choices](https://github.com/PyCQA/bandit/tags)) | | ||
| version | `string` | `true` | `1.7.0` | Bandit version to be installed ([possible choices](https://github.com/PyCQA/bandit/tags)) | | ||
| targets | `string[] or string` | `true` | `.` | Targets to run bandit checks | | ||
| options | `string` | `true` | `-r` | Extra options ([possible choices](https://github.com/tj-actions/bandit/blob/rename-bandit-version-to-version/action.yml#L14)) | | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters