Skip to content

Commit 37dc130

Browse files
authored
chore: Remove semgrep (#120)
1 parent 61cce55 commit 37dc130

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push_pr.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: newrelic/newrelic-infra-checkers@v1
23-
- name: Semgrep
24-
uses: returntocorp/semgrep-action@v1
25-
with:
26-
auditOn: push
2723
- name: golangci-lint
2824
uses: golangci/golangci-lint-action@v3
2925
continue-on-error: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)