run snyk in ci w/ burnettk

This commit is contained in:
jasquat 2023-03-28 16:42:48 -04:00
parent 32029a644b
commit b9a4129a33
1 changed files with 9 additions and 0 deletions

View File

@ -173,6 +173,15 @@ jobs:
name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}} name: logs-${{matrix.python}}-${{matrix.os}}-${{matrix.database}}
path: "./log/*.log" path: "./log/*.log"
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run_pre_commit_checks: run_pre_commit_checks:
runs-on: ubuntu-latest runs-on: ubuntu-latest
defaults: defaults: