-
-
Notifications
You must be signed in to change notification settings - Fork 161
Feature: Depot CI Support #1803
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestlong-termsponsorable:10kFundable improvement via GitHub sponsors; see https://github.com/sponsors/woodruffwFundable improvement via GitHub sponsors; see https://github.com/sponsors/woodruffw
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlong-termsponsorable:10kFundable improvement via GitHub sponsors; see https://github.com/sponsors/woodruffwFundable improvement via GitHub sponsors; see https://github.com/sponsors/woodruffw
Pre-submission checks
What's the problem this feature will solve?
Depot CI recently released: https://depot.dev/blog/now-available-depot-ci
Depot CI workflows are separate from GitHub workflows and live in
.depot. Although Zizmor does not search inside.depot, it can be ran manually against individual Depot workflow files. This works currently because Depot workflows are largely compatible (for now.)This feature request is for asking whether Zizmor will support Depot workflows given these assumptions:
See here for compatibility matrix: https://depot.dev/docs/ci/compatibility
Describe the solution you'd like
A short term solution could be to add
.depotas a search path for Zizmor, but this could be broken. I'm not sure what kind of compatibility Depot workflows will have in future.Additional context
No response