Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Apr 9, 2021
1 parent 92ab823 commit b42929b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: Run bandit with a single target
uses: ./
with:
targets: "test_project"
targets: "test_package"
- name: Run bandit with a list of targets
uses: ./
with:
targets: |
test_project
test_package
- name: Run bandit with a different version
uses: ./
with:
version: "1.6.3"
targets: |
test_project
test_package

0 comments on commit b42929b

Please sign in to comment.