mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
Add ** to ignore list
This commit is contained in:
committed by
GitHub
parent
4a07c8cdb9
commit
7770b17ee7
4
.github/workflows/gosec.yml
vendored
4
.github/workflows/gosec.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
with:
|
||||
json: true
|
||||
files_ignore: |
|
||||
.github/*
|
||||
.github/**
|
||||
**.md
|
||||
dir_names: true
|
||||
dir_names_exclude_current_dir: true
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user