Skip to content

Add actionci.yml#306

Merged
tashian merged 9 commits intomainfrom
carl/add-zizmor-frizbee
Mar 3, 2026
Merged

Add actionci.yml#306
tashian merged 9 commits intomainfrom
carl/add-zizmor-frizbee

Conversation

@tashian
Copy link
Copy Markdown
Contributor

@tashian tashian commented Mar 3, 2026

Summary

  • Add caller workflows for zizmor (GitHub Actions security scanner) and frizbee (action pinning checker)
  • Fix zizmor findings (template injection, bot-conditions) where applicable
  • Add .github/zizmor.yml suppression config for intentional patterns (e.g. @main refs to shared workflows)

These tools complement the existing actionlint check. The reusable workflows live in smallstep/workflows and are now on main.

Test plan

  • CI passes (zizmor + frizbee + existing checks)

🤖 Generated with Claude Code

Add caller workflows for zizmor (security scanning) and frizbee
(action pinning verification). Fix zizmor findings where applicable
and add suppression config for intentional patterns.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tashian tashian requested review from a team and maraino as code owners March 3, 2026 01:46
@github-advanced-security
Copy link
Copy Markdown

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

tashian and others added 5 commits March 2, 2026 17:56
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use unpinned-uses config.policies with org-level wildcard and
secrets-inherit disable instead of brittle per-line ignores that
break whenever workflow files change.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The ref-confusion audit crashes when workflows reference private
repos (e.g. internal-workflows, robot) because the GITHUB_TOKEN
lacks cross-repo access. Disable until zizmor supports scoping
this audit or we provide a broader token.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The caller workflow's permissions are the ceiling for reusable
workflows. The zizmor-action needs security-events: write to
upload SARIF results to GitHub Advanced Security.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Consolidate the three separate workflow files into a single actionci.yml
that calls the shared workflow from smallstep/workflows.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tashian tashian changed the title Add zizmor and frizbee CI checks ci: Add actionci.yml Mar 3, 2026
tashian and others added 2 commits March 2, 2026 19:54
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
dopey
dopey previously approved these changes Mar 3, 2026
@hslatman hslatman changed the title ci: Add actionci.yml Add actionci.yml Mar 3, 2026
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tashian tashian enabled auto-merge (squash) March 3, 2026 14:31
@tashian tashian merged commit 16bf29f into main Mar 3, 2026
16 checks passed
@tashian tashian deleted the carl/add-zizmor-frizbee branch March 3, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants