GGraziadei commented on PR #8817:
URL: https://github.com/apache/storm/pull/8817#issuecomment-4835436396

   Hi @rzo1, thanks for jumping in so quickly to support!
   
   I checked the logs for the allowlist action, and it looks like it isn't 
actually scanning any files. It returns Checking 0 unique action ref(s), even 
though the workflows exist:
   
   ```
   RUN python3 
"/home/runner/work/_actions/apache/infrastructure-actions/main/allowlist-check/check_asf_allowlist.py"
 "/home/runner/work/_temp/approved_patterns.yml"
   ...
   env:
     GITHUB_YAML_GLOB: .github/**/*.{yml,yaml}
   Checking 0 unique action ref(s) against the ASF allowlist:
   
   All 0 unique action refs are on the ASF allowlist
   ```
   
   I suspect the glob pattern might be the issue here. Could this syntax be 
incorrect for this specific python script?
   ```
   scan-glob: ".github/**/*.{yml,yaml}"
   ```
   It seems that the py doesn't expand the {yml,yaml}


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to