https://github.com/shotakitazawa/manifest_policy-as-code
https://github.com/shotakitazawa/manifest_policy-as-code
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shotakitazawa/manifest_policy-as-code
- Owner: ShotaKitazawa
- Created: 2019-10-11T03:07:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T07:11:46.000Z (over 5 years ago)
- Last Synced: 2025-01-08T11:48:10.418Z (5 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 -
```