-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0cfcdb0
commit 475f5f8
Showing
5 changed files
with
83 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
linters/trufflehog/test_data/trufflehog_git_v3.72.0_CUSTOM.check.shot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// trunk-upgrade-validation:RELEASE | ||
|
||
exports[`Testing linter trufflehog-git test CUSTOM 1`] = ` | ||
{ | ||
"issues": [], | ||
"lintActions": [], | ||
"taskFailures": [ | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "Downloading hermetic trufflehog v3.72.0", | ||
"name": "trufflehog-git", | ||
}, | ||
], | ||
"unformattedFiles": [], | ||
} | ||
`; |
22 changes: 22 additions & 0 deletions
22
linters/trufflehog/test_data/trufflehog_v3.72.0_buff_size.check.shot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// trunk-upgrade-validation:RELEASE | ||
|
||
exports[`Testing linter trufflehog test buff_size 1`] = ` | ||
{ | ||
"issues": [], | ||
"lintActions": [], | ||
"taskFailures": [ | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/buff_size.in.cc", | ||
"name": "trufflehog", | ||
}, | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/buff_size.in.cc", | ||
"name": "trufflehog", | ||
}, | ||
], | ||
"unformattedFiles": [], | ||
} | ||
`; |
22 changes: 22 additions & 0 deletions
22
linters/trufflehog/test_data/trufflehog_v3.72.0_secrets.check.shot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// trunk-upgrade-validation:RELEASE | ||
|
||
exports[`Testing linter trufflehog test secrets 1`] = ` | ||
{ | ||
"issues": [], | ||
"lintActions": [], | ||
"taskFailures": [ | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/secrets.in.py", | ||
"name": "trufflehog", | ||
}, | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/secrets.in.py", | ||
"name": "trufflehog", | ||
}, | ||
], | ||
"unformattedFiles": [], | ||
} | ||
`; |
22 changes: 22 additions & 0 deletions
22
linters/trufflehog/test_data/trufflehog_v3.72.0_wrong_line_number.check.shot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
// trunk-upgrade-validation:RELEASE | ||
|
||
exports[`Testing linter trufflehog test wrong_line_number 1`] = ` | ||
{ | ||
"issues": [], | ||
"lintActions": [], | ||
"taskFailures": [ | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/wrong_line_number.in.ts", | ||
"name": "trufflehog", | ||
}, | ||
{ | ||
"details": StringMatching /\\.\\*\\$/m, | ||
"message": "test_data/wrong_line_number.in.ts", | ||
"name": "trufflehog", | ||
}, | ||
], | ||
"unformattedFiles": [], | ||
} | ||
`; |