README.md

# GoogleApi.WebSecurityScanner

Client library for Web Security Scanner API from Google.

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.5"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/security-scanner/](https://cloud.google.com/security-scanner/).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_web_security_scanner](https://hexdocs.pm/google_api_web_security_scanner).