Skip to content

Commit

Permalink
Fixed depedabot issue in semgrep scan
Browse files Browse the repository at this point in the history
  • Loading branch information
Voidd committed May 14, 2024
1 parent 5ab6640 commit 10fee7d
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 @@ -14,7 +14,7 @@ jobs:
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
if: (github.actor != dependabot[bot])
#if: (github.actor != dependabot[bot])
steps:
- uses: actions/checkout@v4
- run: semgrep ci
Expand Down

0 comments on commit 10fee7d

Please sign in to comment.