mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-11-03 01:38:24 -04:00
remove semgrep
This commit is contained in:
parent
a07572822a
commit
77978bc207
20
.github/workflows/semgrep.yml
vendored
20
.github/workflows/semgrep.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
name: Semgrep
|
|
||||||
on: [pull_request]
|
|
||||||
jobs:
|
|
||||||
semgrep:
|
|
||||||
name: Scan
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: returntocorp/semgrep-action@v1
|
|
||||||
env: # Optional environment variable for inline PR comments (beta)
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
with:
|
|
||||||
config: |
|
|
||||||
p/golang
|
|
||||||
p/r2c-ci
|
|
||||||
p/r2c-security-audit
|
|
||||||
p/insecure-transport
|
|
||||||
p/secrets
|
|
||||||
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
|
|
||||||
publishDeployment: 241
|
|
Loading…
Reference in New Issue
Block a user