Skip to content

update copyright year to 2025 for updated files #6

update copyright year to 2025 for updated files

update copyright year to 2025 for updated files #6

Workflow file for this run

name: "security-checks"
on:
workflow_dispatch:
push:
paths:
- "**.go"
jobs:
security:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/golang@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --severity-threshold=high