Skip to content

Commit

Permalink
remove offending semgrep action
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Nov 20, 2023
1 parent f221d85 commit 409ca5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
- uses: newrelic/newrelic-infra-checkers@v1
with:
golangci-lint-config: golangci-lint-limited
- name: Semgrep
uses: returntocorp/semgrep-action@v1
with:
auditOn: push
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
continue-on-error: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 409ca5e

Please sign in to comment.