Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ rules:
disable: true
template-injection:
disable: true
superfluous-actions:
disable: true
Copy link

Choose a reason for hiding this comment

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

Missing secrets-outside-env disable rule in zizmor config

Medium Severity

The PR description states both superfluous-actions and secrets-outside-env rules need to be disabled to fix lint failures, but only superfluous-actions was added to zizmor.yml. The workflow files (e.g., release.yml, dependabot-merge.yml) pass secrets directly in action with: parameters rather than through env: blocks, so the secrets-outside-env rule will still cause zizmor lint failures. This means the PR's stated goal of fixing lint is only partially achieved.

Fix in Cursor Fix in Web

artipacked:
disable: true