aquaproj/Install aqua
Install aqua https://aquaproj.github.io/ and install tools with aqua
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: aquaproj/aqua-installer@96a9bc20066c5bf5e275b41019cfc165b25f4e2e # v4.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| aqua_version | Installed aqua's version (e.g. v0.8.7) | yes | — |
| github_token | GitHub access token | no | ${{ github.token }} |
| enable_aqua_install | Whether "aqua i" command is run. | no | true |
| aqua_opts | Command line options for "aqua i" | no | -l |
| policy_allow | aqua >= v2.3.0 If this isn't empty, "aqua policy allow" is run. If this is "true", "aqua policy allow" is run without argument. If this isn't empty and isn't "true", "aqua policy allow <inputs.policy_allow>" is run. | no | — |
| skip_install_aqua | If this true and aqua is already installed, installing aqua is skipped. | no | false |
| working_directory | The working directory to run aqua commands | no | "" |
Outputs
no outputs