Skip to content

Commit 25b2076

Browse files
author
Heiko Kiesel
committed
Move SPDX license header to extra file for jest snapshots
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent 212e936 commit 25b2076

File tree

6 files changed

+9
-11
lines changed

6 files changed

+9
-11
lines changed

scanners/cmseek/parser/__snapshots__/parser.test.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: the secureCodeBox authors
2-
//
3-
// SPDX-License-Identifier: Apache-2.0
4-
51
// Jest Snapshot v1, https://goo.gl/fbAQLP
62

73
exports[`parser parses result of Joomla scan with core vulnerabilities successfully 1`] = `
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: the secureCodeBox authors
2+
3+
SPDX-License-Identifier: Apache-2.0

scanners/doggo/parser/__snapshots__/parser.test.js.snap

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
// SPDX-FileCopyrightText: the secureCodeBox authors
2-
//
3-
// SPDX-License-Identifier: Apache-2.0
4-
51
// Jest Snapshot v1, https://goo.gl/fbAQLP
62

73
exports[`should properly parse doggo json file 1`] = `
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: the secureCodeBox authors
2+
3+
SPDX-License-Identifier: Apache-2.0

scanners/typo3scan/parser/__snapshots__/parser.test.js.snap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// SPDX-FileCopyrightText: the secureCodeBox authors
2-
//
3-
// SPDX-License-Identifier: Apache-2.0
41
// Jest Snapshot v1, https://goo.gl/fbAQLP
52

63
exports[`parser parses large json result with vulnerable extensions successfully 1`] = `
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: the secureCodeBox authors
2+
3+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)