From c5ae9f265f35d10b95229b81fcef92781f56e528 Mon Sep 17 00:00:00 2001 From: Erik McKelvey Date: Sun, 1 Oct 2023 00:27:47 -0700 Subject: [PATCH] typo: in secret.md (#5281) --- docs/docs/scanner/secret.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.