Skip to content

Commit

Permalink
Add project state and codeowners (#2)
Browse files Browse the repository at this point in the history
Add project state and codeowners
  • Loading branch information
clintoncwolfe authored May 28, 2019
2 parents b7ae41b + 79373a1 commit 663f087
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Order is important. The last matching pattern has the most precedence.

* @chef/inspec-team
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* **[Project State](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md): Maintained**
* **Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md): 7 days or more**
* **Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md): 7 days or more**

# Digitalocean transport plugin for Train

This plugin allows applications that rely on Train to communicate with the Digitalocean API. For example, InSpec uses this to perform compliance checks against Digitalocean infrastructure. Train plugins are managed by InSpec CLI.
Expand Down Expand Up @@ -35,7 +39,7 @@ $ inspec plugin install train-digitalocean
In order to use this example, you need to create a [DigitalOcean API Token](https://cloud.digitalocean.com/account/api/tokens) and export it as an environment variable.

```bash
export DIGITALOCEAN_TOKEN="Put Your Token Here"
export DIGITALOCEAN_TOKEN="Put Your Token Here"
```

Verify the plugin and the connection to Digitalocean
Expand Down

0 comments on commit 663f087

Please sign in to comment.