Skip to content

feat: add retries to GH asset download (#171) #1007

feat: add retries to GH asset download (#171)

feat: add retries to GH asset download (#171) #1007

Workflow file for this run

name: Security Scan
on: [push]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high --target-file=publisher --all-projects