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
|
- name: Flawfinder action step
|
||||||
uses: ./ # Uses an action in the root directory
|
uses: ./ # Uses an action in the root directory
|
||||||
with:
|
with:
|
||||||
arguments: '--sarif ./'
|
arguments: '--sarif ./setup.py'
|
||||||
output: 'flawfinder_results.sarif'
|
output: 'flawfinder_results.sarif'
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
|
|
Loading…
Reference in New Issue