Skip to content

Commit b0fd26d

Browse files
committed
netlify: secrets scan omit for cdi page
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent 266bcd9 commit b0fd26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NODE_ENV = "production"
77
HUGO_VERSION = "0.141.0"
88
HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
10-
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
10+
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html,public/build/building/cdi/index.html"
1111

1212
[context.deploy-preview]
1313
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.3.0"

0 commit comments

Comments
 (0)