Skip to content

Commit 1b9e8ae

Browse files
committed
Merge remote-tracking branch 'upstream/master' into lookout/v3.0.1-final
2 parents 92f108b + 66a58a6 commit 1b9e8ae

File tree

678 files changed

+49558
-25869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

678 files changed

+49558
-25869
lines changed

.github/workflows/ScanSecrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v4
1212
with:
13-
fetch-depth: 50
13+
fetch-depth: 10
1414
- name: Secret Scanning
1515
uses: trufflesecurity/trufflehog@main
1616
with:
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
path_ofthe_file_toskip_from_scanning
2-
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ExitCode } from "./../utils/exitCode.js";
2+
export declare function IsValidSolution(filePath: string): Promise<ExitCode>;
3+
//# sourceMappingURL=solutionValidator.d.ts.map

.script/SolutionValidations/solutionValidator.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.script/SolutionValidations/solutionValidator.js

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.script/SolutionValidations/solutionValidator.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { ExitCode } from "../utils/exitCode.js";
2+
export declare function IsValidSolutionDomainsVerticals(filePath: string): ExitCode;
3+
//# sourceMappingURL=validDomainsVerticals.d.ts.map

.script/SolutionValidations/validDomainsVerticals.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.script/SolutionValidations/validDomainsVerticals.js

Lines changed: 93 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.script/SolutionValidations/validDomainsVerticals.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)