Skip to content

Merge pull request #124 from gofiber/dependabot/github_actions/action… #299

Merge pull request #124 from gofiber/dependabot/github_actions/action…

Merge pull request #124 from gofiber/dependabot/github_actions/action… #299

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@v4
- name: Run Gosec
uses: securego/gosec@master
with:
args: ./...