Added support for scanning Confluence pages

This commit is contained in:
Mick Grove 2025-08-10 21:55:45 -07:00
commit 5e678155ba

View file

@ -437,7 +437,7 @@ KF_CONFLUENCE_TOKEN="token" kingfisher scan \
# Basic auth with username and token
KF_CONFLUENCE_USER="user@example.com" KF_CONFLUENCE_TOKEN="token" kingfisher scan \
--confluence-url https://confluence.company.com \
--cql "label = secret" \
--cql "text ~ 'password'" \
--max-results 500
```