Updating semgrep docker image for the exising semgrep workflow.

This commit is contained in:
Hrushikesh Deshpande 2024-09-25 18:32:41 -04:00 committed by GitHub
parent f111269956
commit ac21b71592
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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