Skip to content

paradigmpost/action-install-approov-cli

 
 

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 }}"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.4%
  • JavaScript 5.6%