Skip to content

exclude CoverageResults html from interpreted scans #47

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

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

felickz
Copy link
Contributor

@felickz felickz commented Mar 1, 2024

This pull request includes a minor change to the configs/synthetics.yml file. The change adds "CoverageResults" to the paths-ignore: list, which means that any files in the CoverageResults directory will now be ignored in an interpreted language CodeQL scan.

This directory contains autogenerated files during standard code coverage tool execution and includes noise if running quality queries ( un-needed compute during security queries). I have yet to find a better place to inventory all these common unwanted folders (ex: dist ) so this config file has turned into the best spot to inventory :)

ex:
image

@felickz felickz changed the title exclude CoverageResults html from JS scans exclude CoverageResults html from interpreted scans Mar 1, 2024
@GeekMasher GeekMasher self-requested a review March 11, 2024 14:04
@GeekMasher GeekMasher merged commit 40f8159 into main Mar 11, 2024
@GeekMasher GeekMasher deleted the config-add-exclusion-CoverageResults branch March 11, 2024 14:12
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

Successfully merging this pull request may close these issues.

2 participants