Skip to content

Report verifier failures and matched policies separately in the run report #23

Report verifier failures and matched policies separately in the run report

Report verifier failures and matched policies separately in the run report #23

Workflow file for this run

name: build
on:
pull_request:
push:
branches:
- v4
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up Go
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
with:
go-version-file: go.mod
- name: Build
run: make build