Skip to content

Conversation

@martincostello
Copy link
Owner

Add configuration file to disable rules for anonymous definitions and undocumented permissions.

Add configuration file to disable rules for anonymous definitions and undocumented permissions.
Copilot AI review requested due to automatic review settings September 15, 2025 14:09
@martincostello martincostello added the enhancement New feature or request label Sep 15, 2025
@martincostello martincostello enabled auto-merge (rebase) September 15, 2025 14:09
Copy link

Copilot AI left a 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 a zizmor configuration file to disable specific security linting rules for GitHub Actions workflows. The configuration disables two rules: anonymous-definition and undocumented-permissions.

  • Adds zizmor configuration file with disabled rules
  • Disables anonymous-definition rule checking
  • Disables undocumented-permissions rule checking

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.59%. Comparing base (61533e5) to head (df0896a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1023   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files          16       16           
  Lines         284      284           
  Branches       37       37           
=======================================
  Hits          280      280           
  Misses          2        2           
  Partials        2        2           
Flag Coverage Δ
linux 98.59% <ø> (ø)
macos 97.88% <ø> (ø)
windows 98.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants