Skip to content

build(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #201

build(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible

build(deps): bump github.com/docker/docker from 24.0.5+incompatible to 24.0.7+incompatible #201

Workflow file for this run

name: Govuln
on: [ push, pull_request ]
jobs:
govuln:
name: Run govuln check and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Running govulncheck
uses: Templum/[email protected]
continue-on-error: true
env:
DEBUG: "true"
with:
go-version: 1.21
package: ./...
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-vuln: true
- name: Upload govulncheck report
uses: actions/upload-artifact@v3
with:
name: raw-report
path: raw-report.json