Skip to content

RC v1.6.7

RC v1.6.7 #296

Workflow file for this run

name: Check security
on:
pull_request:
workflow_dispatch:
jobs:
seccheck:
name: Run security check
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
env:
GOOS: ${{ matrix.targetos }}
GOARCH: ${{ matrix.arch }}
- name: Checkout
uses: actions/checkout@master
with:
fetch-depth: '0'
- name: Run make sec
run: |
bash ./scripts/install_tools.sh
make sec