Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Bump github.com/0xPolygonHermez/zkevm-node #167

Bump github.com/0xPolygonHermez/zkevm-node

Bump github.com/0xPolygonHermez/zkevm-node #167

Workflow file for this run

Check failure on line 1 in .github/workflows/security-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/security-build.yml

Invalid workflow file

`govuln` is not a valid event name
name: Security Build
on:
push:
workflow_dispatch: {}
govuln:
name: Run govuln check and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Running govulncheck
uses: Templum/govulncheck-action@v0.10.1
continue-on-error: true
env:
DEBUG: "true"
with:
go-version: 1.21
vulncheck-version: latest
package: ./...
github-token: ${{ secrets.GITHUB_TOKEN }}
fail-on-vuln: true