mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Merge pull request #293 from cloudflare/hrushikeshdeshpande-updating-semgrep-docker-image
Updating semgrep docker image for the exising semgrep workflow.
This commit is contained in:
commit
c15498da36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/semgrep.yml
vendored
2
.github/workflows/semgrep.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
|
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
|
||||||
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
|
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
|
||||||
container:
|
container:
|
||||||
image: returntocorp/semgrep
|
image: semgrep/semgrep
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: semgrep ci
|
- run: semgrep ci
|
||||||
|
|
Loading…
Reference in a new issue