Skip to content

Commit 1541968

Browse files
fix: use hyphen instead of underscore for rl-wrapper suppress-output flag (#828)
1 parent 83b385e commit 1541968

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)