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