Flag semgrep to not run on self-hosted

The semgrep action runs inside a docker container, and docker in podman just doesn't work.
This commit is contained in:
Jonathan Bennett
2024-09-19 12:10:39 -05:00
committed by GitHub
parent 91b4199f9d
commit d3a293a0d8

View File

@@ -4,7 +4,7 @@ on: pull_request
jobs: jobs:
semgrep-diff: semgrep-diff:
runs-on: ubuntu-latest runs-on: ubuntu-22.04
container: container:
image: returntocorp/semgrep image: returntocorp/semgrep