Skip to content

Fix invalid YAML in the gitleaks step - #11

Merged
reesebuilt merged 1 commit into
mainfrom
fix-security-workflow-yaml
Aug 5, 2026
Merged

Fix invalid YAML in the gitleaks step#11
reesebuilt merged 1 commit into
mainfrom
fix-security-workflow-yaml

Conversation

@reesebuilt

Copy link
Copy Markdown
Owner

The gitleaks replacement in #10 opened the run value with a quote and continued unquoted, a YAML parse error, so the Security workflow produced no jobs at all. Block scalar, validated with a parser before committing.

The replacement step opened the run value with a double quote and continued
unquoted, which is a parse error, so the whole workflow failed to instantiate and
produced no jobs at all. Block scalar instead. Validated with a YAML parser before
committing this time.
@reesebuilt
reesebuilt merged commit 4a80603 into main Aug 5, 2026
4 checks passed
@reesebuilt
reesebuilt deleted the fix-security-workflow-yaml branch August 5, 2026 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant