README.md
# GoogleApi.WebSecurityScanner
Web Security Scanner API client library.
Scans your Compute and App Engine apps for common web vulnerabilities.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_web_security_scanner` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_web_security_scanner, "~> 0.18"}]
end
```
## For more information
Product documentation is available at [https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/](https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_web_security_scanner](https://hexdocs.pm/google_api_web_security_scanner).