From f5319c3fd63806c7c4ae3f4d0dd4d80de12811fe Mon Sep 17 00:00:00 2001 From: Kunal Dawar Date: Mon, 1 Jul 2024 14:06:06 +0530 Subject: [PATCH] updated --- .github/workflows/rl-scanner.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rl-scanner.yml b/.github/workflows/rl-scanner.yml index 556e274f..8de72d2f 100644 --- a/.github/workflows/rl-scanner.yml +++ b/.github/workflows/rl-scanner.yml @@ -37,13 +37,14 @@ jobs: with: arguments: assemble apiDiff check jacocoTestReport --continue --console=plain + - name: List build/libs contents + run: ls -la build/libs + - name: Output build artifact id: output_build_artifact run: | echo "scanfile=$( ls build/libs/*.jar )" >> $GITHUB_OUTPUT - - name: List build/libs contents - run: ls -la build/libs - name: Scan packages with rl-secure id: scan