From 7770b17ee7d8737a470bfa05ebfcbc7669c084d9 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sun, 19 Nov 2023 12:14:14 -0500 Subject: [PATCH] Add ** to ignore list --- .github/workflows/gosec.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index 300906e6..55185702 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -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