Skip to content

Commit 71fb4c7

Browse files
authored
Update main.yml
1 parent 65041aa commit 71fb4c7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

-12
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,3 @@ jobs:
1717
fetch-depth: 0
1818
- name: "Scan Repository"
1919
uses: "hugoalh/[email protected]"
20-
with:
21-
git_ignores: |-
22-
Param($GitCommitMeta)
23-
Return (
24-
$GitCommit.AuthorName -imatch '^dependabot' -or
25-
($GitCommit.AuthorDate -lt ([DateTime]::Parse('2022-01-01T00:00:00Z')) -and $GitCommit.AuthorName -imatch '^octocat$')
26-
)
27-
git_limit: 100
28-
ignores_pre: |-
29-
Param($ElementPreMeta)
30-
Return ($Meta.Path -imatch '^node_modules[\\/]'):
31-

0 commit comments

Comments
 (0)