feat: initialise Poetry for proper dependency management #74
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate via personal conftest policies | |
'on': | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
conftest: | |
name: Validate via personal conftest policies | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Validate via personal conftest policies | |
uses: docker://openpolicyagent/conftest:latest | |
env: | |
CONFTEST_POLICIES: git::https://github.com/iamleot/conftest-policies.git//policy/github | |
with: | |
args: test --all-namespaces --update "${{ env.CONFTEST_POLICIES }}" .github |