You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`action-pin-check` audits GitHub Actions workflows for external action refs that are missing, branch-based, tag-based, or short SHA pins. It is local-first, dependency-free at runtime, and supports both textand JSON output.
5
+
`action-pin-check` audits GitHub Actions workflows for external action refs that are missing, branch-based, tag-based, or short SHA pins. It is local-first, dependency-free at runtime, and now supports text, JSON, and GitHub Actions annotation output.
6
6
7
7
Included:
8
8
9
-
- CLI scanner for repository roots, workflow directories, or workflow files.
10
-
- Text output for humans.
11
-
- JSON output for automation.
12
-
-`--fail-on` policy for CI gates.
13
-
- Example unsafe workflow fixture.
14
-
- Unit tests and GitHub Actions CI.
9
+
-`--format github-annotations` for inline CI findings on exact workflow lines.
0 commit comments