Files
nixpkgs/.github/zizmor.yml
Michael Daniels da6f4f59bd Reapply "ci: update pinned"
This reverts commit fd925917b8, reversing
changes made to 1d8a939046.
2026-04-04 16:13:11 -04:00

15 lines
587 B
YAML

# This file defines the ignore rules for zizmor.
#
# For rules that contain a high number of false positives, prefer listing them here
# instead of adding ignore comments. Note that zizmor cannot ignore by line-within-a-string, so
# there are some ignore items that encompass multiple problems within one `run` block. An issue
# tracking this is at https://github.com/woodruffw/zizmor/issues/648.
#
# For more info, see the documentation: https://woodruffw.github.io/zizmor/usage/#ignoring-results
rules:
dangerous-triggers:
disable: true
secrets-outside-env:
disable: true