Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added OAuth 2.0 support #220

Added OAuth 2.0 support

Added OAuth 2.0 support #220

Workflow file for this run

name: Source Composition Analysis Scan
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security-sca:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all --all-projects --skip-unresolved