summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2023-06-16 19:00:32 +0200
committerGitHub <[email protected]>2023-06-16 19:00:32 +0200
commitf42774a3ca85d06d859288ef16e0133740074a18 (patch)
tree0911475e9dc23e78cb2ca4da50a79964809d91f1 /.github/workflows
parentc3e79c26be8dd9b7008c5cc1a21368006f545eca (diff)
Update semgrep.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/semgrep.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml
index 29db8bec..58ae4ed6 100644
--- a/.github/workflows/semgrep.yml
+++ b/.github/workflows/semgrep.yml
@@ -11,11 +11,10 @@ jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
- # env:
- # SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
+ env:
+ SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
- # if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci