Skip to content

Refactor Dependabot on-demand workflow to use a trigger job and inclu… #358

Refactor Dependabot on-demand workflow to use a trigger job and inclu…

Refactor Dependabot on-demand workflow to use a trigger job and inclu… #358

Workflow file for this run

on:
push:
branches:
- master
- main
pull_request:
name: Security
jobs:
Gosec:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v6
- name: Run Gosec
uses: securego/gosec@master
with:
args: ./...