Open ultra-supara opened 2 weeks ago
tree -L 2
.
├── CODEOWNERS
├── Dockerfile
├── README.md
├── cmd
│ └── sisakulint
├── go.mod
├── go.sum
├── pkg
│ ├── ast
│ ├── core
│ └── expressions
└── script
├── commitsha.rego
├── commitsha.yaml
├── credential.rego
├── credential.yaml
├── imagetag.rego
├── imagetag.yaml
├── inherit.rego
├── inherit.yaml
├── issueinjection.rego
├── issueinjection.yaml
├── jobsecrets.rego
├── jobsecrets.yaml
├── permission.rego
├── permission.yaml
├── pull_req_target_checkout.rego
├── pull_req_target_checkout.yaml
├── pull_req_title.rego
├── pull_req_title.yaml
├── starts_with.yml
├── supply_chain_protection.rego
├── supply_chain_protection.yaml
├── timeout-minutes.rego
└── timeout-minutes.yaml
8 directories, 28 files