-
-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
From @p-linnane:
Run zizmor --format sarif . > results.sarif
+ zizmor --format sarif .
🌈 zizmor v1.15.2
WARN collect_inputs: zizmor::registry::input: failed to validate input as dependabot config: input does not match expected validation schema
fatal: no audit was performed
impostor-commit failed on file://./.github/workflows/actionlint.yml
Caused by:
0: couldn't list tags for actions/checkout
1: request error while accessing GitHub API
2: HTTP status client error (403 Forbidden) for url (https://api.github.com/repos/actions/checkout/tags?page=0&per_page=100)
This is a pretty confusing error message for us to present -- the top-level error makes it sound like the problem was that the input was malformed, when the actual error is a request error (an HTTP 403).
p-linnane