Skip to content

fix: Updated several pipelines to latest version #16

fix: Updated several pipelines to latest version

fix: Updated several pipelines to latest version #16

Workflow file for this run

name: Run Gosec - Go Security Checker
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...