Skip to content

Commit

Permalink
fix: skipping semgrep for dependabot (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Mar 28, 2022
1 parent d48e77a commit ddcbe35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
semgrep:
runs-on: ubuntu-latest
name: security-sast-semgrep
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v2
- name: Semgrep
Expand Down

0 comments on commit ddcbe35

Please sign in to comment.