diff --git a/linters/markdown-link-check/test_data/markdown_link_check_v3.11.2_basic.check.shot b/linters/markdown-link-check/test_data/markdown_link_check_v3.11.2_basic.check.shot index 33fbf7aea..b12194f0b 100644 --- a/linters/markdown-link-check/test_data/markdown_link_check_v3.11.2_basic.check.shot +++ b/linters/markdown-link-check/test_data/markdown_link_check_v3.11.2_basic.check.shot @@ -7,7 +7,6 @@ exports[`Testing linter markdown-link-check test basic 1`] = ` "code": "404", "column": "12", "file": "test_data/basic.in.md", - "issueClass": "ISSUE_CLASS_EXISTING", "level": "LEVEL_HIGH", "line": "3", "linter": "markdown-link-check", @@ -18,7 +17,6 @@ exports[`Testing linter markdown-link-check test basic 1`] = ` "code": "0", "column": "12", "file": "test_data/basic.in.md", - "issueClass": "ISSUE_CLASS_EXISTING", "level": "LEVEL_HIGH", "line": "4", "linter": "markdown-link-check", @@ -36,16 +34,6 @@ exports[`Testing linter markdown-link-check test basic 1`] = ` ], "verb": "TRUNK_VERB_CHECK", }, - { - "command": "lint", - "fileGroupName": "markdown", - "linter": "markdown-link-check", - "paths": [ - "test_data/basic.in.md", - ], - "upstream": true, - "verb": "TRUNK_VERB_CHECK", - }, ], "taskFailures": [], "unformattedFiles": [], diff --git a/linters/trufflehog/test_data/trufflehog_git_v3.72.0_CUSTOM.check.shot b/linters/trufflehog/test_data/trufflehog_git_v3.72.0_CUSTOM.check.shot new file mode 100644 index 000000000..4b86a45d8 --- /dev/null +++ b/linters/trufflehog/test_data/trufflehog_git_v3.72.0_CUSTOM.check.shot @@ -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": [], +} +`; diff --git a/linters/trufflehog/test_data/trufflehog_v3.72.0_buff_size.check.shot b/linters/trufflehog/test_data/trufflehog_v3.72.0_buff_size.check.shot new file mode 100644 index 000000000..6ef350bc6 --- /dev/null +++ b/linters/trufflehog/test_data/trufflehog_v3.72.0_buff_size.check.shot @@ -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": [], +} +`; diff --git a/linters/trufflehog/test_data/trufflehog_v3.72.0_secrets.check.shot b/linters/trufflehog/test_data/trufflehog_v3.72.0_secrets.check.shot new file mode 100644 index 000000000..f02ed2969 --- /dev/null +++ b/linters/trufflehog/test_data/trufflehog_v3.72.0_secrets.check.shot @@ -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": [], +} +`; diff --git a/linters/trufflehog/test_data/trufflehog_v3.72.0_wrong_line_number.check.shot b/linters/trufflehog/test_data/trufflehog_v3.72.0_wrong_line_number.check.shot new file mode 100644 index 000000000..375b8dc43 --- /dev/null +++ b/linters/trufflehog/test_data/trufflehog_v3.72.0_wrong_line_number.check.shot @@ -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": [], +} +`;