diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d4e5902..0c18b0a 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: semgrep: runs-on: ubuntu-latest container: - image: returntocorp/semgrep + image: semgrep/semgrep steps: - name: Checkout