Skip to content

Commit 03f8549

Browse files
fix(ci): correct rl-scanner suppress-output flag (#1482)
1 parent 2fe0fad commit 03f8549

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

0 commit comments

Comments
 (0)