chore: remove semgrep, only need golangci-lint
parent
3c72e5b206
commit
b08f874e4a
|
@ -47,14 +47,3 @@ jobs:
|
||||||
- uses: golangci/golangci-lint-action@v2
|
- uses: golangci/golangci-lint-action@v2
|
||||||
with:
|
with:
|
||||||
version: latest
|
version: latest
|
||||||
semgrep:
|
|
||||||
name: semgrep
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- uses: returntocorp/semgrep-action@v1
|
|
||||||
with:
|
|
||||||
config: >-
|
|
||||||
p/security-audit
|
|
||||||
p/secrets
|
|
||||||
p/golang
|
|
||||||
|
|
Loading…
Reference in New Issue