Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Nov 10, 2023
1 parent 3779108 commit 07831d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/build/src/log/messages/core_steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,8 @@ export const logSecretsScanFailBuildMessage = function ({ logs, scanResults, gro
logs,
`If these are expected, use SECRETS_SCAN_OMIT_PATHS, SECRETS_SCAN_OMIT_KEYS, or SECRETS_SCAN_ENABLED to prevent detecting.`,
)
logError(logs, `For more information on secrets scanning, see the Netlify Docs: https://ntl.fyi/configure-secrets-scanning`)
logError(
logs,
`For more information on secrets scanning, see the Netlify Docs: https://ntl.fyi/configure-secrets-scanning`,
)
}

0 comments on commit 07831d8

Please sign in to comment.