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