mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
28 lines
773 B
YAML
28 lines
773 B
YAML
documentation:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "docs/**"
|
|
|
|
provider/aws:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "prowler/providers/aws/**"
|
|
- any-glob-to-any-file: "tests/providers/aws/**"
|
|
|
|
provider/azure:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "prowler/providers/azure/**"
|
|
- any-glob-to-any-file: "tests/providers/azure/**"
|
|
|
|
provider/gcp:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "prowler/providers/gcp/**"
|
|
- any-glob-to-any-file: "tests/providers/gcp/**"
|
|
|
|
provider/kubernetes:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "prowler/providers/kubernetes/**"
|
|
- any-glob-to-any-file: "tests/providers/kubernetes/**"
|
|
|
|
github_actions:
|
|
- changed-files:
|
|
- any-glob-to-any-file: ".github/workflows/*"
|