Skip to content

feat(#1297): fdc3 monorepo - convert fdc3 for web implementation from… #1424

feat(#1297): fdc3 monorepo - convert fdc3 for web implementation from…

feat(#1297): fdc3 monorepo - convert fdc3 for web implementation from… #1424

Workflow file for this run

name: Static code analysis
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
schedule:
# Run every day at 5am and 5pm
- cron: '0 5,17 * * *'
jobs:
semgrep:
name: run-semgrep
runs-on: ubuntu-20.04
container:
image: returntocorp/semgrep
steps:
- uses: actions/checkout@v3
- run: semgrep scan --error --config auto
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}