Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
modified semgrep workflow to not fail on internal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshuman Bhartiya committed Jun 29, 2022
1 parent 7faeb32 commit fed4bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci
- run: semgrep ci || [ $? != 1 ]

0 comments on commit fed4bb0

Please sign in to comment.