Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .github/workflows/.build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# reusable workflow
name: .build

permissions:
contents: read

on:
workflow_call:
inputs:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/.pkgs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# reusable workflow
name: .pkgs

permissions:
contents: read

on:
workflow_call:
outputs:
Expand Down
7 changes: 7 additions & 0 deletions .github/zizmor.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
rules:
# rule does not apply to reusable worfklows where permissions are defined by
# the caller workflow and not the reusable workflow itself
excessive-permissions:
ignore:
- .build.yml
- .pkgs.yml

secrets-outside-env: # FIXME: remove this rule when zizmor 1.24.0 is released, fixing the right persona attached to this rule: https://github.com/zizmorcore/zizmor/pull/1783
disable: true