An open API service indexing awesome lists of open source software.

https://github.com/shotakitazawa/manifest_policy-as-code


https://github.com/shotakitazawa/manifest_policy-as-code

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# About

マニフェストファイルのテストを行うツールの検証用リポジトリ

# conftest
* https://github.com/instrumenta/conftest

実行コマンド
```
cat sample.yaml | conftest test -p conftest/policy.rego -
```

# copper
* https://github.com/cloud66-oss/copper

実行コマンド
```
cat sample.yaml | copper validate --validator copper/policy.js --in -
```