Skip to content

Commit 394cd87

Browse files
committed
Make secret scanning method public
1 parent e89a082 commit 394cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3520,7 +3520,7 @@ public PagedIterable<GHSecretScanningAlert> listSecretScanningAlerts(GHSecretSca
35203520
* Lists the secret scanning alerts for this repository filtered based on passed query params
35213521
*
35223522
* @param filters
3523-
* query params
3523+
* query param passed to request
35243524
* @return the paged iterable
35253525
*/
35263526
public PagedIterable<GHSecretScanningAlert> listSecretScanningAlerts(Map<String, Object> filters) {

0 commit comments

Comments
 (0)