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