Skip to content

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/iris-example #167

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/iris-example

Bump gopkg.in/go-jose/go-jose.v2 from 2.6.2 to 2.6.3 in /examples/iris-example #167

Workflow file for this run

name: govulncheck
on:
pull_request:
types: [opened, synchronize]
push:
branches: [master]
schedule:
- cron: '30 0 1,15 * *'
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}
- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@6bb063b41d78c53c2fc7f5589828e30ad7c697ee # [email protected]
with:
go-version: 1.21
package: ./...
fail-on-vuln: true