Skip to content

Updated GeekZone executor image (#707) #304

Updated GeekZone executor image (#707)

Updated GeekZone executor image (#707) #304

Workflow file for this run

name: Example workflow for Python using Snyk
on: push
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/python-3.10@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --fail-on=all