Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rego: Introduce file.ls which allows us to list files #829

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Commits on Sep 4, 2023

  1. rego: Introduce file.ls which allows us to list files

    The idea is that we can traverse the filesystem cloned by git, and, in-turn,
    evaluate all traversed files. This allows us to write policies such as:
    
    	I want to verify that there is a workflow that runs code QL
    
    We should be able to extrapolate from here and write more complex rules that
    very that all files conform to something specific.
    JAORMX committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    0d63525 View commit details
    Browse the repository at this point in the history