Skip to content

Commit

Permalink
chore(ci): disable semgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Jan 25, 2021
1 parent bbd0f2b commit 6eace45
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Semgrep
on: [pull_request]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: returntocorp/semgrep-action@v1
env: # Optional environment variable for inline PR comments (beta)
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
publishDeployment: 174
# name: Semgrep
# on: [pull_request]
# jobs:
# semgrep:
# name: Scan
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - uses: returntocorp/semgrep-action@v1
# env: # Optional environment variable for inline PR comments (beta)
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}
# publishDeployment: 174

0 comments on commit 6eace45

Please sign in to comment.