[tidy] Update template documentation with security scanner flags #3044
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the GitHub Agentic Workflows instructions template with the latest documentation for security scanner integration.
Changes Made
Documentation Updates
The template file
pkg/cli/templates/github-agentic-workflows.instructions.mdwas updated to include:Compilation Command Options:
--zizmorflag for running zizmor security scanner on compiled workflows--poutineflag for running poutine security scanner on compiled workflows--strict --zizmorexample for strict mode with security scanningBest Practices:
--zizmoror--poutineflagsThese changes were synced from the main
.github/instructions/github-agentic-workflows.instructions.mdfile during the template synchronization process performed bymake recompile.Testing
make fmt- Code properly formattedmake lint- No linting issuesmake recompile- All workflows compiled successfullymake test- All tests passingType of Change
This PR was automatically created by the tidy workflow to keep the codebase clean and documentation up to date.