diff --git a/.github/labeler.yml b/.github/labeler.yml index 77b5a826ba..4fb6e1a0f5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -29,3 +29,53 @@ github_actions: cli: - changed-files: - any-glob-to-any-file: "cli/**" + +mutelist: + - changed-files: + - any-glob-to-any-file: "prowler/lib/mutelist/**" + - any-glob-to-any-file: "prowler/providers/aws/lib/mutelist/**" + - any-glob-to-any-file: "prowler/providers/azure/lib/mutelist/**" + - any-glob-to-any-file: "prowler/providers/gcp/lib/mutelist/**" + - any-glob-to-any-file: "prowler/providers/kubernetes/lib/mutelist/**" + - any-glob-to-any-file: "tests/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/aws/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/azure/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/gcp/lib/mutelist/**" + - any-glob-to-any-file: "tests/providers/kubernetes/lib/mutelist/**" + +integration/s3: + - changed-files: + - any-glob-to-any-file: "prowler/providers/aws/lib/s3/**" + - any-glob-to-any-file: "tests/providers/aws/lib/s3/**" + +integration/slack: + - changed-files: + - any-glob-to-any-file: "prowler/lib/outputs/slack/**" + - any-glob-to-any-file: "tests/lib/outputs/slack/**" + +integration/security-hub: + - changed-files: + - any-glob-to-any-file: "prowler/providers/aws/lib/security_hub/**" + - any-glob-to-any-file: "tests/providers/aws/lib/security_hub/**" + - any-glob-to-any-file: "prowler/lib/outputs/asff/**" + - any-glob-to-any-file: "tests/lib/outputs/asff/**" + +output/html: + - changed-files: + - any-glob-to-any-file: "prowler/lib/outputs/html/**" + - any-glob-to-any-file: "tests/lib/outputs/html/**" + +output/asff: + - changed-files: + - any-glob-to-any-file: "prowler/lib/outputs/asff/**" + - any-glob-to-any-file: "tests/lib/outputs/asff/**" + +output/ocsf: + - changed-files: + - any-glob-to-any-file: "prowler/lib/outputs/ocsf/**" + - any-glob-to-any-file: "tests/lib/outputs/ocsf/**" + +output/csv: + - changed-files: + - any-glob-to-any-file: "prowler/lib/outputs/csv/**" + - any-glob-to-any-file: "tests/lib/outputs/csv/**"