Commit 11074da5 authored by Thomas Boni's avatar Thomas Boni
Browse files

fix typo

parent 6a4ccfb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ using [Zaproxy](https://www.zaproxy.org/), the OWASP web app scanner.
    variable by adding following lines in your `.gitlab-ci.yml` file:

    ```yaml
    nmap:
    zaproxy:
      variables:
        ZAP_TARGET: <address or domain name>
    ```