Skip to content

set snyk severity threshold #3

set snyk severity threshold

set snyk severity threshold #3

Workflow file for this run

# Scan all manifests for dependency issues & vulnerabilities
name: Snyk Infrastructure as Code Scan
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check Kubernetes manifest file for issues
uses: snyk/actions/iac@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high