Skip to content

Commit

Permalink
Updated Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 24, 2024
1 parent b72ec86 commit 38f559e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/rl-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ runs:
--version "${{ inputs.version }}" \
--repository "${{ inputs.repository }}" \
--commit "${{ inputs.commit }}" \
--build-env "github_actions"
--build-env "github_actions" \
--suppress-output
# Check the outcome of the scanner
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 38f559e

Please sign in to comment.