Skip to content

Commit

Permalink
comment secaudit
Browse files Browse the repository at this point in the history
  • Loading branch information
NestorPenate committed Feb 13, 2025
1 parent 669e3b3 commit 57874be
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/security-audits.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
on:
pull_request:
branches:
- main
workflow_dispatch:
# on:
# pull_request:
# branches:
# - main
# workflow_dispatch:

jobs:
security-code-scanning:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Run Gosec Security Scanner
uses: securego/gosec@master
with:
args: -severity medium -nosec -exclude-dir=cmd -exclude-dir=settings ./...
# jobs:
# security-code-scanning:
# runs-on: ubuntu-latest
# env:
# GO111MODULE: on
# steps:
# - name: Checkout Source
# uses: actions/checkout@v3
# - name: Run Gosec Security Scanner
# uses: securego/gosec@master
# with:
# args: -severity medium -nosec -exclude-dir=cmd -exclude-dir=settings ./...

0 comments on commit 57874be

Please sign in to comment.