scan specific file so the workflow will not report any error

This commit is contained in:
Yong Yan 2021-06-24 12:02:17 -07:00
parent fc471e1c63
commit c4f58cca72
1 changed files with 1 additions and 1 deletions

View File

@ -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