From 64b21ae2b9ac83c8d0f47534a15534e021dd3d1a Mon Sep 17 00:00:00 2001 From: Pepe Fagoaga Date: Wed, 10 Jul 2024 15:25:07 +0200 Subject: [PATCH] chore(labeler): add outputs and integrations (#4422) --- .github/labeler.yml | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) 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/**"