Skip to content

[Snyk] Security upgrade lodash from 4.17.4 to 4.17.17 #42

[Snyk] Security upgrade lodash from 4.17.4 to 4.17.17

[Snyk] Security upgrade lodash from 4.17.4 to 4.17.17 #42

Workflow file for this run

on:
pull_request:
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Snyk to check Kubernetes manifest file for issues
id: iactest
uses: snyk/actions/iac@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
file: goof-deployment.yaml
json: false
sarif: false