Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Jul 1, 2024
1 parent 5a7e94c commit f5319c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rl-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5319c3

Please sign in to comment.