Skip to content

Latest commit

 

History

History
 
 

terraform

dependabot-terraform

Terraform support for dependabot-core.

Running locally

  1. Install native helpers

    $ export DEPENDABOT_NATIVE_HELPERS_PATH=$PWD/helpers/install-dir
    $ helpers/build
    
  2. Install Ruby dependencies

    $ bundle install
    
  3. Run tests

    $ bundle exec rspec spec