diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml index a77a5d88..9762bd77 100644 --- a/.github/workflows/gosec.yml +++ b/.github/workflows/gosec.yml @@ -38,7 +38,7 @@ jobs: **/gitignore **.md dir_names: true - dir_names_exclude_root: true + dir_names_exclude_current_dir: true - id: set-matrix run: echo "matrix={\"files\":${{ steps.changed-files.outputs.all_changed_files }}}" >> "$GITHUB_OUTPUT"