Skip to content

Commit

Permalink
Add ** to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Nov 19, 2023
1 parent 4a07c8c commit 7770b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gosec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
json: true
files_ignore: |
.github/*
.github/**
**.md
dir_names: true
dir_names_exclude_current_dir: true
Expand All @@ -51,7 +51,7 @@ jobs:
GO111MODULE: on
strategy:
matrix:
modules: ${{ fromJSON(needs.detect-changes.outputs.matrix) }}
modules: ${{ fromJSON(needs.detect-changes.outputs.matrix.directories) }}
steps:
- name: Fetch Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 7770b17

Please sign in to comment.