Skip to content

Commit 38ae551

Browse files
fix: correct rl-wrapper flag from --suppress_output to --suppress-output (#927)
2 parents 692d4be + ad1c112 commit 38ae551

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
@@ -55,7 +55,7 @@ runs:
5555
--repository "${{ github.repository }}" \
5656
--commit "${{ github.sha }}" \
5757
--build-env "github_actions" \
58-
--suppress_output
58+
--suppress-output
5959
6060
# Check the outcome of the scanner
6161
if [ $? -ne 0 ]; then

0 commit comments

Comments
 (0)