Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHA: Migrate semgrep action to centralised workflow #3543

Merged
merged 10 commits into from
May 2, 2024
17 changes: 1 addition & 16 deletions .github/workflows/semgrep_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,4 @@ on:

jobs:
semgrep-diff:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep

steps:
# Step 1: Clone application source code
- name: Checkout code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0

# Step 2: Differential scan
- name: Differential scan
run: |
semgrep ci \
--config="p/trailofbits"
uses: adoptium/.github/.github/workflows/semgrep_diff.yml@main