Skip to content

Commit 60c1c81

Browse files
committed
no redirect the error message
1 parent 1763ca7 commit 60c1c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
GITHUB_BRANCH: ${{github.head_ref || github.ref_name}}
3333
run: |
3434
set +e
35-
semgrep scan --error --json --config security-github-actions/semgrep/custom-rules.yaml > /tmp/semgrep-results.json 2>/dev/null
35+
semgrep scan --error --json --config security-github-actions/semgrep/custom-rules.yaml > /tmp/semgrep-results.json
3636
EXIT_CODE=$?
3737
set -e
3838
if [ $EXIT_CODE -eq 1 ]; then

0 commit comments

Comments
 (0)