diff --git a/rules/S4036/go/rule.adoc b/rules/S4036/go/rule.adoc index 320c50b406..6232316b51 100644 --- a/rules/S4036/go/rule.adoc +++ b/rules/S4036/go/rule.adoc @@ -15,7 +15,7 @@ out, _ := exec.Command("ls").CombinedOutput() // Sensitive [source,go] ---- -out, _ := exec.Command("/bin/ls").CombinedOutput() // Compliant +out, _ := exec.Command("/bin/ls").CombinedOutput() ---- include::../see.adoc[]