Skip to content

POS-2821: improvements #880

POS-2821: improvements

POS-2821: improvements #880

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@v4
- name: Running govulncheck
uses: Templum/[email protected]
continue-on-error: false
env:
DEBUG: "true"
with:
go-version: 1.23
package: ./...
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-vuln: true
- name: Upload govulncheck report
uses: actions/[email protected]
with:
name: raw-report
path: raw-report.json