Skip to content

Commit 1a359cb

Browse files
committed
Fix documentation URL and add Docker Hub link
1 parent 5241ad4 commit 1a359cb

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ docker compose ps
136136

137137
## Documentation
138138

139-
Full user manual: [https://cysecurity.github.io/api-scanner/](https://cysecurity.github.io/api-scanner/)
139+
Full user manual: [https://cspf-founder.github.io/api-scanner-docker/](https://cspf-founder.github.io/api-scanner-docker/)
140140

141141
## License
142142

docs/book.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["CySecurity"]
55
language = "en"
66

77
[output.html]
8-
site-url = "/api-scanner/"
8+
site-url = "/api-scanner-docker/"
99
default-theme = "light"
1010
preferred-dark-theme = "navy"
11-
git-repository-url = "https://github.com/cysecurity/api-scanner"
11+
git-repository-url = "https://github.com/CSPF-Founder/api-scanner-docker"

docs/src/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
API Scanner is an automated security testing tool that scans REST and SOAP APIs for vulnerabilities using OpenAPI/Swagger specifications and WSDL files.
44

5+
**Docker Hub**: [`cysecurity/api-scanner`](https://hub.docker.com/r/cysecurity/api-scanner)
6+
57
## Features
68

79
- **[OpenAPI Scan](openapi-scan.md)** - Upload an OpenAPI spec (JSON/YAML) to scan REST API endpoints for security vulnerabilities. Supports unauthenticated and authenticated scans with Basic, Bearer, or API key authentication.

0 commit comments

Comments
 (0)