[Feature Request] - [Allow suppressing some of the GitHub Action check findings]
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 210
- Forks
- 36
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 2
Description
Description
It would be useful to have a way to mark a script as “trusted” in the GitHub Action check. At the moment, even if a script’s integrity is checked to remediate the remote-script-exec security pattern, there is no mechanism to persist that trust decision. We might be able to add a suppression annotation to allow Macaron skip a specific pattern.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the GitHub Action check and the handling of the remote-script-exec pattern. Define how a suppression annotation records a trusted script and how Macaron skips only the selected finding, then add tests showing the suppression and integrity-check behavior are distinguishable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100