Skip to content

Commit

Permalink
Short find type
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Feb 6, 2024
1 parent fe794ca commit 4a41400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-rules-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
config_args=$(
for dir in $(
find . -type directory -maxdepth 1 -mindepth 1 -not -path '*/.*'
find . -type d -maxdepth 1 -mindepth 1 -not -path '*/.*'
);
do
echo -n " --config $dir";
Expand Down

0 comments on commit 4a41400

Please sign in to comment.