Skip to content

Commit 1cb1fc4

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Add licenses to hooks and sdks
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent b3000d7 commit 1cb1fc4

6 files changed

Lines changed: 22 additions & 0 deletions

File tree

hook-sdk/nodejs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
sdk = hook-sdk
26
include_guard = set
37
include ../../sdk.mk

hooks/cascading-scans/hook/scope-limiter.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: the secureCodeBox authors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
4+
15
import {Finding, ScopeLimiter, ScopeLimiterAliases} from "./scan-helpers";
26
import {V1ObjectMeta} from "@kubernetes/client-node/dist/gen/model/v1ObjectMeta";
37
import * as Mustache from "mustache";
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

hooks/persistence-azure-monitor/hook/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
ARG baseImageTag
26
ARG namespace
37
FROM node:18-alpine as build

hooks/persistence-azure-monitor/hook/__snapshots__/hook.test.js.snap

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

36
exports[`should batch multiple findings in a single call 1`] = `

parser-sdk/nodejs/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
sdk = parser-sdk
26
include_guard = set
37
include ../../sdk.mk

0 commit comments

Comments
 (0)