Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Add Snyk IaC GitHub Action #1

Add Snyk IaC GitHub Action

Add Snyk IaC GitHub Action #1

Workflow file for this run

name: Snyk Infrastructure as Code check
on:
push:
branches:
- main
pull_request:
branches:
- main
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: --report