Skip to content

Commit

Permalink
Extend github checks to all .github
Browse files Browse the repository at this point in the history
Do not limit conftest to check .github/workflows but also check the
rest of .github hierarchy. Also some checks against dependabot.yml are
done!
  • Loading branch information
iamleot committed Dec 31, 2023
1 parent dc531dc commit e7e16ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
env:
CONFTEST_POLICIES: git::https://github.com/iamleot/conftest-policies.git//policy/github
with:
args: test --all-namespaces --update "${{ env.CONFTEST_POLICIES }}" .github/workflows
args: test --all-namespaces --update "${{ env.CONFTEST_POLICIES }}" .github

0 comments on commit e7e16ee

Please sign in to comment.