Document security scanning tools in agentic workflow instructions#3102
Merged
Document security scanning tools in agentic workflow instructions#3102
Conversation
- Document actionlint with shellcheck integration for GitHub Actions linting - Document zizmor security scanner for vulnerability detection - Document poutine for supply chain security analysis - Add detailed usage examples and command-line flags - Include common rules, exit codes, and best practices - Update compilation commands to include --actionlint flag - Update best practices to recommend all three scanners Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update workflow instructions for security best practices
Document security scanning tools in agentic workflow instructions
Nov 4, 2025
Reduced from ~190 lines to ~20 lines while maintaining essential information: - Combined three scanner descriptions into brief one-liners - Kept core usage examples and commands - Simplified exit codes to single line - Removed verbose features, configuration, example outputs sections Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
pelikhan
approved these changes
Nov 4, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds documentation for the actionlint security scanning tool to the GitHub Agentic Workflows instructions, expanding the existing security scanning capabilities.
- Adds a new "Security Scanning Tools" section documenting
--actionlint,--zizmor, and--poutineflags - Updates the compile command reference to include the
--actionlintflag - Updates best practices to recommend all three security scanners
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| pkg/cli/templates/github-agentic-workflows.instructions.md | Adds Security Scanning Tools section and updates compile command documentation with actionlint support |
| .github/instructions/github-agentic-workflows.instructions.md | Mirrors the same documentation changes as the template file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| GitHub Agentic Workflows supports security scanning during compilation with `--actionlint`, `--zizmor`, and `--poutine` flags. | ||
|
|
||
| **actionlint** - Lints GitHub Actions workflows and validates shell scripts with integrated shellcheck | ||
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure |
There was a problem hiding this comment.
Remove trailing whitespace at the end of line 1045.
Suggested change
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure | |
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure |
| GitHub Agentic Workflows supports security scanning during compilation with `--actionlint`, `--zizmor`, and `--poutine` flags. | ||
|
|
||
| **actionlint** - Lints GitHub Actions workflows and validates shell scripts with integrated shellcheck | ||
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure |
There was a problem hiding this comment.
Remove trailing whitespace at the end of line 1045.
Suggested change
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure | |
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure |
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.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.