Skip to content

Metrics [IAM-320] (#25) #63

Metrics [IAM-320] (#25)

Metrics [IAM-320] (#25) #63

Workflow file for this run

name: Semgrep
on:
push:
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: semgrep ci --config .semgrep/rules.yml --config=p/semgrep-go-correctness