Skip to content

Community Management API: Fix for r_basicprofile Scope and Handling OpenID/Profile Scopes in passport-linkedin-oauth2 #22

Community Management API: Fix for r_basicprofile Scope and Handling OpenID/Profile Scopes in passport-linkedin-oauth2

Community Management API: Fix for r_basicprofile Scope and Handling OpenID/Profile Scopes in passport-linkedin-oauth2 #22

Workflow file for this run

name: Semgrep
on:
pull_request_target: {}
push:
branches: ["master"]
jobs:
semgrep:
name: Scan
runs-on: ubuntu-latest
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot')
steps:
- uses: actions/checkout@v2
- uses: returntocorp/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }}