Skip to content

Commit

Permalink
badges: added gosec
Browse files Browse the repository at this point in the history
  • Loading branch information
mysiar committed May 22, 2024
1 parent 3739008 commit 138bc56
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Gosec
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
runs-on: self-hosted
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v4
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: --exclude-dir=examples --exclude-dir=aws ./...

0 comments on commit 138bc56

Please sign in to comment.