Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

release(0.7.0): this package is deprecated, use github.com/openfga/go… #10

release(0.7.0): this package is deprecated, use github.com/openfga/go…

release(0.7.0): this package is deprecated, use github.com/openfga/go… #10

Workflow file for this run

name: Semgrep
on:
push:
branches:
- main
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v3
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}