Document skip configuration for acknowledging findings #364
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Improves discoverability of the existing
skipconfiguration feature by adding comprehensive documentation to README.md. This addresses #40 where users wanted a way to acknowledge findings that are not relevant in their context.Background
Users need to suppress findings that are false positives or accepted risks (e.g.,
pr_runs_on_self_hostedwhen runners are hardened). This functionality already exists via theskipoption in.poutine.ymlbut was only documented in.poutine.sample.yml, making it hard to discover.Changes
Added "Acknowledging Findings" section to README.md with:
Use cases: When and why to skip findings (false positives, mitigated risks, etc.)
Filter options: Complete documentation of all available filters:
job: Filter by job namelevel: Filter by severity (note, warning, error)path: Filter by workflow file pathrule: Filter by rule namepurl: Filter by package URLosv_id: Filter by OSV IDExamples:
Fixes #40
🤖 Generated with Claude Code