Commit 46a10b0f authored by Ian Ernst's avatar Ian Ernst
Browse files

Fixing broken Duo Principles lab

parent 80e4991c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ In this lab, you will see how GitLab Duo can help with explaining and resolving
      - test

    include:
      - template: Security/SAST.gitlab-ci.yml
      - component: $CI_SERVER_FQDN/components/sast/sast@3.0.1
    ```

1. Input any Commit message, set the target branch to **main**, then select **Commit changes**.
@@ -76,7 +76,7 @@ In this lab, you will see how GitLab Duo can help with explaining and resolving

1. Review the response generated by GitLab Duo to understand the vulnerability.

## Task B. Resolve the Vulnerability (Optional)
## Task B. Resolve the Vulnerability

1. Adapt the suggestion from Duo chat to our `main.go` file.