Skip to content

Add poutine security scan job to CGO CI workflow - #50803

Merged
pelikhan merged 1 commit into
mainfrom
copilot/add-job-to-cgo-yml
Aug 6, 2026
Merged

Add poutine security scan job to CGO CI workflow#50803
pelikhan merged 1 commit into
mainfrom
copilot/add-job-to-cgo-yml

Conversation

Copilot AI commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Adds a dedicated poutine job to cgo.yml to run supply-chain security scanning on compiled workflows as part of CI, mirroring the existing zizmor job structure.

Changes

  • poutine job — added after zizmor; depends on build + validate-yaml, restores the cached checkout, downloads the gh-aw binary, and runs ./gh-aw compile --poutine --verbose. Fails on any high-severity finding (poutine exits non-zero when it finds issues, which propagates as a job failure).
  • notify-failure gate — added poutine to the needs list so failures surface in the failure notification.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan August 6, 2026 06:49
@pelikhan
pelikhan marked this pull request as ready for review August 6, 2026 06:49
Copilot AI balanced review requested due to automatic review settings August 6, 2026 06:49
@pelikhan
pelikhan merged commit 59aefcf into main Aug 6, 2026
@pelikhan
pelikhan deleted the copilot/add-job-to-cgo-yml branch August 6, 2026 06:49

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Poutine supply-chain scanning to the CGO CI workflow.

Changes:

  • Adds a dedicated Poutine scan job.
  • Includes Poutine failures in notifications.
  • However, the scan lacks strict mode, so findings do not fail CI.
Show a summary per file
File Description
.github/workflows/cgo.yml Adds Poutine scanning and failure notification dependency.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Balanced

Comment thread .github/workflows/cgo.yml
run: chmod +x gh-aw

- name: Run poutine security scan on all workflows
run: ./gh-aw compile --poutine --verbose
@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.0

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.

3 participants