Conversation
This commit updates the GitHub Agentic Workflows instructions template to include: - Documentation for --zizmor and --poutine security scanner flags in compile command - New best practice recommendation to run security scanners on compiled workflows Changes synced from main .github/instructions file during template sync process.
pelikhan
approved these changes
Nov 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.