Skip to content

Buyback and Burn

Buyback and Burn #4154

Workflow file for this run

name: Gosec
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v5
with:
go-version: 1.22.11
- name: Run Gosec Security Scanner
uses: securego/gosec@v2.22.0
with:
args: -exclude-dir=deps -exclude-generated -severity=high ./...