Skip to content

[Snyk] Security upgrade mongoose from 4.2.4 to 8.8.3 #56

[Snyk] Security upgrade mongoose from 4.2.4 to 8.8.3

[Snyk] Security upgrade mongoose from 4.2.4 to 8.8.3 #56

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