We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9532c1 commit ca7520aCopy full SHA for ca7520a
1 file changed
.github/workflows/semgrep.yaml
@@ -32,7 +32,7 @@ jobs:
32
GITHUB_BRANCH: ${{github.head_ref || github.ref_name}}
33
run: |
34
set +e
35
- semgrep scan --error --json --config security-github-actions/semgrep/custom-rules.yaml > /tmp/semgrep-results.json 2>/dev/null
+ semgrep scan --error --json --config security-github-actions/semgrep/custom-rules.yaml > /tmp/semgrep-results.json
36
EXIT_CODE=$?
37
set -e
38
if [ $EXIT_CODE -eq 1 ]; then
0 commit comments