scan specific file so the workflow will not report any error
This commit is contained in:
parent
fc471e1c63
commit
c4f58cca72
|
@ -13,7 +13,7 @@ jobs:
|
|||
- name: Flawfinder action step
|
||||
uses: ./ # Uses an action in the root directory
|
||||
with:
|
||||
arguments: '--sarif ./'
|
||||
arguments: '--sarif ./setup.py'
|
||||
output: 'flawfinder_results.sarif'
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
|
|
Loading…
Reference in New Issue