This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new d370bfd Add scan-glob option to allowlist-checker workflow
d370bfd is described below
commit d370bfd01b0254916f73333c3cd457a09b7a761e
Author: Dave Fisher <[email protected]>
AuthorDate: Sat Apr 4 11:26:56 2026 -0700
Add scan-glob option to allowlist-checker workflow
---
.github/workflows/allowlist-checker.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/allowlist-checker.yml
b/.github/workflows/allowlist-checker.yml
index 8fc709b..19bbcd9 100644
--- a/.github/workflows/allowlist-checker.yml
+++ b/.github/workflows/allowlist-checker.yml
@@ -30,6 +30,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
+ with:
+ scan-glob: ".github/workflows/*.yml"
with:
persist-credentials: false
- uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# pr#630
+ - uses:
apache/infrastructure-actions/allowlist-check@4e9c961f587f72b170874b6f5cd4ac15f7f26eb8
# pr#630
+ with:
+ scan-glob: "**/action.yml"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]