Skip to content

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#66) #530

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#66)

chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#66) #530

Workflow file for this run

name: Vulnerabilities
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Trigger every day at 16:00 UTC
- cron: '0 16 * * *'
permissions:
security-events: write
jobs:
Check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Scan for Vulnerabilities in Code
uses: Templum/[email protected]
with:
go-version: '1.20'
vulncheck-version: v0.1.0
package: ./...
fail-on-vuln: true