Skip to content

Bump the npm_and_yarn group across 1 directory with 2 updates #15

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #15

Workflow file for this run

name: GoSec Security Scanner
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
gosec_scan:
name: Run GoSec
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: ./...