diff --git a/docs/docs/scanner/secret.md b/docs/docs/scanner/secret.md index 8ee21d45615c..49d8c8488ece 100644 --- a/docs/docs/scanner/secret.md +++ b/docs/docs/scanner/secret.md @@ -96,7 +96,7 @@ If the file doesn't exist, only built-in rules are used. You can customize the config file path via the `--secret-config` flag. !!! warning - Trivy uses [Golang regexp package](https://pkg.go.dev/regexp/syntax#hdr-Syntax). To use `^` and `$` as simbols of begin and end of line use multi-line mode -`(?m)`. + Trivy uses [Golang regexp package](https://pkg.go.dev/regexp/syntax#hdr-Syntax). To use `^` and `$` as symbols of begin and end of line use multi-line mode -`(?m)`. ### Custom Rules Trivy allows defining custom rules.