Skip to content

Merge pull request #501 from semgrep/fix_sui #804

Merge pull request #501 from semgrep/fix_sui

Merge pull request #501 from semgrep/fix_sui #804

Workflow file for this run

on:
pull_request_target: {}
push:
branches:
- main
- master
name: Semgrep
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep ci