Skip to content

Commit small test json files for each test instead of the large ones #9

Commit small test json files for each test instead of the large ones

Commit small test json files for each test instead of the large ones #9

Workflow file for this run

name: Gosec
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...