Skip to content

Improved sighash example #61

Improved sighash example

Improved sighash example #61

Workflow file for this run

name: Security
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
env:
GOSECGOVERSION: "go1.23.1"
GOTOOLCHAIN: "go1.23.1"
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23.1'
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -exclude-generated ./... --exclude=G104,G302,G304,G306,G107,G404 ./...