Skip to content

Allow associating an ID with a biscuit's root key #162

Allow associating an ID with a biscuit's root key

Allow associating an ID with a biscuit's root key #162

Workflow file for this run

name: Semgrep
on: [pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
name: Check
container:
# A Docker image with Semgrep installed. Do not change this.
image: returntocorp/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v3
- run: semgrep ci