Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ NODE_ENV = "production"
HUGO_VERSION = "0.141.0"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
SECRETS_SCAN_SMART_DETECTION_ENABLED = "false"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm; do we know what it tripped over? Did it detect a possible secret anywhere as false positive (if so, could we update those docs?)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pinpointed where it tripped over, trying something with my next commit

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interesting; could it be related to that code being changed to "text" highlighting? I just saw this PR;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could try if it likes yaml or toml for those (I think it's effective either of those)

Copy link
Contributor Author

@sarahsanders-docker sarahsanders-docker Jun 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this started happening before that PR went out, I encountered it first thing this morning (9am EST)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah it's weird; also don't see any keywords in there that I could see as "this may be interpreted as security". At most the formatting (starting with -- interpreted as "start of private key" or something silly like that)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaml and toml aren't working 😭


[context.deploy-preview]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx [email protected]"