We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe0fad commit 03f8549Copy full SHA for 03f8549
1 file changed
.github/actions/rl-scanner/action.yml
@@ -54,7 +54,7 @@ runs:
54
--repository "${{ github.repository }}" \
55
--commit "${{ github.sha }}" \
56
--build-env "github_actions" \
57
- --suppress_output
+ --suppress-output
58
59
# Check the outcome of the scanner
60
if [ $? -ne 0 ]; then
0 commit comments