Skip to content

Commit f87046b

Browse files
fix: use hyphen instead of underscore for rl-wrapper suppress-output flag (#1029)
## Summary - Fixes the `rl-scanner` CI job failing after the rl-wrapper upgrade - The newer version changed the CLI flag from `--suppress_output` to `--suppress-output` ## Test plan - [ ] Verify the `rl-scanner / Run Reversing Labs Scanner` CI job passes after merge
1 parent afdf0f5 commit f87046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/rl-scanner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
--repository "${{ github.repository }}" \
5454
--commit "${{ github.sha }}" \
5555
--build-env "github_actions" \
56-
--suppress_output
56+
--suppress-output
5757
5858
# Check the outcome of the scanner
5959
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)