Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

feat(semgrep): allow semgrep supressions#31

Open
vincetyy wants to merge 1 commit into
mainfrom
feat--allow-semgrep-suppressions
Open

feat(semgrep): allow semgrep supressions#31
vincetyy wants to merge 1 commit into
mainfrom
feat--allow-semgrep-suppressions

Conversation

@vincetyy
Copy link
Copy Markdown

@vincetyy vincetyy commented Aug 5, 2025

Motivation & Context

Currently, the Semgrep workflow shows all issues even if they are supposed to be suppressed by # nosemgrep or // nosemgrep. This is because the sarif file generated by the Semgrep command includes ignored findings as well.

Description

Added a check for suppressions in the sarif file and skips the issue if there is. Additionally, the surpressed issues are still listed in the issue itself.

How has this been tested?

{45567238-DC89-4BA1-9772-4AF7F52CF4BD}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant