Skip to content

ci: added snyk workflow #6

ci: added snyk workflow

ci: added snyk workflow #6

name: Pull Request
on:
pull_request:
types: [opened, synchronize, edited, reopened]
jobs:
lint:
name: Check code quality
uses: ./.github/workflows/lint.yaml
conventional-commits:
name: Check for conventional commits compliance
uses: ./.github/workflows/conventional-commits.yaml
snyk:
name: Scan dependencies
uses: ./.github/workflows/snyk.yaml

Check failure on line 17 in .github/workflows/on-pull-request.yaml

View workflow run for this annotation

GitHub Actions / Pull Request

Invalid workflow file

The workflow is not valid. .github/workflows/on-pull-request.yaml (Line: 17, Col: 11): Secret SNYK_TOKEN is required, but not provided while calling.
with:
severity-treshold: low
permissions:
contents: read
security-events: write