-
Notifications
You must be signed in to change notification settings - Fork 38
Document security scanning tools in agentic workflow instructions #3102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
pelikhan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot much much more concise, shorter to the point
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>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing whitespace at the end of line 1045.
| **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 |
Copilot
AI
Nov 4, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove trailing whitespace at the end of line 1045.
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure | |
| **zizmor** - Scans for security vulnerabilities, privilege escalation, and secret exposure |
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.