Skip to content

fix: make audit config file optional #1638

fix: make audit config file optional

fix: make audit config file optional #1638

Workflow file for this run

on:
pull_request:
types: [opened]
push:
name: Security
jobs:
gosec:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: ./...