Skip to content

feat: PR 1.7 Add DPoP (Demonstrating Proof-of-Possession) support #453

feat: PR 1.7 Add DPoP (Demonstrating Proof-of-Possession) support

feat: PR 1.7 Add DPoP (Demonstrating Proof-of-Possession) support #453

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: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- name: Run govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # [email protected]
with:
go-version-file: go.mod
go-package: ./...