Skip to content

Commit

Permalink
removed references to deprek8ion since its deprecated itself (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
garethahealy authored Jan 18, 2022
1 parent bc0cb24 commit bf0196b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conftest-unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
uses: redhat-cop/github-actions/confbatstest@master
with:
tests: _test/conftest-unittests.sh
policies: '[{"name": "deprek8ion", "url":"github.com/swade1987/deprek8ion.git//policies"}]'
policies: '[]' # An empty array is provided as the policies are already cloned via source.
2 changes: 1 addition & 1 deletion .github/workflows/opa-profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: redhat-cop/github-actions/confbatstest@master
with:
tests: _test/opa-profile.sh
policies: '[{"name": "deprek8ion", "url":"github.com/swade1987/deprek8ion.git//policies"}]'
policies: '[]' # An empty array is provided as the policies are already cloned via source.

- name: Upload opa-profile.log
uses: actions/upload-artifact@v2
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ For a full list of policies, see the auto-generated [POLICIES.md](POLICIES.md)

The naming of the policies follows the Gatekeeper format, as described [here.](https://github.com/plexsystems/konstraint/blob/main/docs/constraint_creation.md#resource-naming)

## 3rd Party Policies
A list of git repos that contain rego polices which can be combined with this repo:
- [deprek8ion: Rego policies to monitor Kubernetes APIs deprecations](https://github.com/swade1987/deprek8ion)

## Tools
### Conftest
conftest is a CLI to execute rego policies. It can be used to test locally before pushing to [OPA](https://www.openpolicyagent.org/).
Expand Down

0 comments on commit bf0196b

Please sign in to comment.