Skip to content

Commit

Permalink
Use centralised GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored May 2, 2024
1 parent 1fd06f7 commit 095a3b9
Showing 1 changed file with 1 addition and 16 deletions.
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@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
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

0 comments on commit 095a3b9

Please sign in to comment.