https://github.com/minchao/setup-gator
Set up your GitHub Actions workflow with a specific version of Gatekeeper gator CLI
https://github.com/minchao/setup-gator
gatekeeper github-actions
Last synced: 2 months ago
JSON representation
Set up your GitHub Actions workflow with a specific version of Gatekeeper gator CLI
- Host: GitHub
- URL: https://github.com/minchao/setup-gator
- Owner: minchao
- License: mit
- Created: 2022-02-11T09:10:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-03T08:02:20.000Z (3 months ago)
- Last Synced: 2026-04-15T23:09:56.630Z (3 months ago)
- Topics: gatekeeper, github-actions
- Language: TypeScript
- Homepage:
- Size: 924 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Set up Gatekeeper gator CLI
[](https://github.com/minchao/setup-gator/actions/workflows/test.yml)
Set up your GitHub Actions workflow with a specific version of [Gatekeeper gator CLI](https://open-policy-agent.github.io/gatekeeper/website/docs/gator).
## Usage
Set up the workflow:
```yaml
- uses: minchao/setup-gator@v3
```
> default is the latest release.
Set up the workflow with a specific version:
```yaml
- uses: minchao/setup-gator@v3
with:
version: 'v3.22.0'
```
To test the all unit test suites:
```yaml
- uses: minchao/setup-gator@v3
- run: gator test ./...
```
## License
The scripts and documentation in this project are released under the [MIT License](LICENSE).