From e7e16ee7bbb96c92f972c205301eba1bd91464bd Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sun, 31 Dec 2023 19:08:53 +0100 Subject: [PATCH] Extend github checks to all .github Do not limit conftest to check .github/workflows but also check the rest of .github hierarchy. Also some checks against dependabot.yml are done! --- .github/workflows/conftest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conftest.yml b/.github/workflows/conftest.yml index eb6825d..e487079 100644 --- a/.github/workflows/conftest.yml +++ b/.github/workflows/conftest.yml @@ -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