Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code reference issue #93

Open
mccrearyp opened this issue Oct 22, 2024 · 0 comments
Open

Code reference issue #93

mccrearyp opened this issue Oct 22, 2024 · 0 comments

Comments

@mccrearyp
Copy link

mccrearyp commented Oct 22, 2024

The GitHub action example example shows:

- name: flawfinder_scan
  uses: david-a-wheeler/[email protected]
  with:
    arguments: '--sarif ./'
    output: 'flawfinder_results.sarif'

Which works, but it prefixes the directories with a "./" which breaks the code referencing in the GitHub security alert. Switching the ./ to a * fixes the issue. So the documentation should be updated to this:

- name: flawfinder_scan
  uses: david-a-wheeler/[email protected]
  with:
    arguments: '--sarif *'
    output: 'flawfinder_results.sarif'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant