pipeline-foundation/Code scanning alerts bulk dismissal
Dismiss a large amount of code scanning alerts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo_owner | Verbatim the owner of the repo | yes | ${{ github.repository_owner }} |
| project_name | Verbatim the name of the repo | yes | ${{ github.event.repository.name }} |
| token | The token must have "security_events: read/write" only | yes | "" |
| dismiss_reason | Reason for dismissing the alert. Can be "false positive", "won't fix" (use with one single quote only) or "used in tests" | yes | false positive |
| source | A folder or file that is the source of the alerts. Doesn't require a full path, just the lowest common denominator. If many files in a folder or many sub-folders generate alerts, just use the name of their parent folder. | yes | "" |
Outputs
no outputs