FormidableLabs / asdf-checkov

checkov plugin for the asdf version manager.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asdf-plugin-template Build Lint

This is an asdf-vm plugin template with CI to run Shellcheck and testing with the asdf test GitHub Action.

Usage

  1. Create repository based on this template
  2. Clone locally and run bash setup.bash.
  3. Adapt your code following the TODO notes on lib/utils.bash.
  4. For developing your plugin further, please read the plugins create section of the docs.

A feature of this plugin-template when hosted on GitHub is the use of release-please, an automated release tool. It leverages Conventional Commit messages to determine semver release type, see the documentation.

Contributing

Contributions welcome!

  1. Install asdf tools
    asdf plugin add shellcheck https://github.com/luizm/asdf-shellcheck.git
    asdf plugin add shfmt https://github.com/luizm/asdf-shfmt.git
    asdf install
  2. Develop!
  3. Lint & Format
    ./scripts/shellcheck.bash
    ./scripts/shfmt.bash
  4. PR changes

Maintenance Status

Archived: This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!

About

checkov plugin for the asdf version manager.

License:MIT License


Languages

Language:Shell 100.0%