advanced-security / secret-scanning-review-action

Action to detect if a secret is initially detected in a pull request
MIT License
12 stars 3 forks source link

Add PR comment markdown summary #5

Closed felickz closed 8 months ago

felickz commented 8 months ago

This pull request primarily focuses on enhancing the Advanced Security Secret Scanning experience by adding a new feature to add PR comments and updating the documentation and codebase accordingly. The most significant changes include the addition of a new logic to create a PR comment in the action.ps1 script., add a disable-pr-comment parameter, updated docs in README.md file.

Fixes #2 Fixes #4