From 6a4c2a83ae0827738912b5ada3d17156146f90c8 Mon Sep 17 00:00:00 2001 From: Rodolphe Fontaine <30529563+Rodi26@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:52:31 +0200 Subject: [PATCH] try to exclude gradle --- .github/workflows/frogbot-scan-repository.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/frogbot-scan-repository.yml b/.github/workflows/frogbot-scan-repository.yml index 41e0868e6..e2ad71ea1 100644 --- a/.github/workflows/frogbot-scan-repository.yml +++ b/.github/workflows/frogbot-scan-repository.yml @@ -49,4 +49,5 @@ jobs: # [Mandatory if using OIDC authentication protocol instead of JF_ACCESS_TOKEN] # Insert to oidc-provider-name the 'Provider Name' defined in the OIDC integration configured in the JPD # with: - # oidc-provider-name: "" \ No newline at end of file + # oidc-provider-name: "" + JF_PATH_EXCLUSIONS: "*gradle*"" \ No newline at end of file