You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README.md with TLS certificate bundle options in help text
- Add --ca-cert-bundle and --no-verify-tls to list_code_scanning_alerts.py help
- Add --ca-cert-bundle and --no-verify-tls to replay_code_scanning_alert_status.py help
- Add --ca-cert-bundle and --no-verify-tls to replay_secret_scanning_result_status.py help
- Add --ca-cert-bundle and --no-verify-tls to resolve_duplicate_secret_scanning_alerts.py help
- Add --hostname, --ca-cert-bundle and --no-verify-tls to close_code_scanning_alerts.py help
Co-authored-by: aegilops <41705651+aegilops@users.noreply.github.com>
Path to CA certificate bundle in PEM format (e.g. for self-signed server certificates)
244
+
--no-verify-tls Do not verify TLS connection certificates (warning: insecure)
229
245
--debug, -d Enable debug logging
230
246
--add-matching-secret OLD_TYPE NEW_TYPE, -a OLD_TYPE NEW_TYPE
231
247
Add a new pair of matched secret types
@@ -236,7 +252,8 @@ options:
236
252
This script bulk-closes all open code scanning alerts for a specified repository. It's useful for cleanup operations, such as dismissing false positives or marking alerts as "won't fix" across an entire repository. The script supports dry-run mode to preview changes before applying them.
0 commit comments