Skip to content

Omit errors in JSON RPC if empty and omit response in case of an error #184

Omit errors in JSON RPC if empty and omit response in case of an error

Omit errors in JSON RPC if empty and omit response in case of an error #184

Workflow file for this run

name: Security Build
on:
push:
workflow_dispatch: {}
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.x
vulncheck-version: latest
package: ./...
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-vuln: true