Skip to content

bmc08gt/action-install-approov-cli

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

install-approov-cli GitHub Action

This repository contains an action for use with GitHub Actions, which installs the approov CLI.

approov is installed into /home/runner/.approov (or equivalent on Windows) and the bin subdirectory is added to the PATH.

Usage

Install the latest version of the Approov CLI:

- name: Install Approov CLI
  uses: bmc08gt/[email protected]

- name: Run Approov Command
  run: approov whoami
  env:
    APPROOV_MANAGEMENT_TOKEN: "${{ secrets.APPROOV_TOKEN }}"