FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add license headers · secureCodeBox/secureCodeBox@533cf5d · GitHub

Commit 533cf5d

Browse files
committed
Add license headers
1 parent ba4dcb8 commit 533cf5d

48 files changed

Lines changed: 189 additions & 0 deletions

Some content is hidden

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

‎auto-discovery/kubernetes/.dockerignore‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file
26
# Ignore all files which are not go type
37
!**/*.go

‎auto-discovery/kubernetes/.gitignore‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
14

25
# Binaries for programs and plugins
36
*.exe

‎auto-discovery/kubernetes/Chart.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
apiVersion: v2
26
name: auto-discovery-kubernetes
37
description: "Automatically creates secureCodeBox Scans for Resources found in the Kubernetes Cluster"

‎auto-discovery/kubernetes/Dockerfile‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# Build the manager binary
26
FROM golang:1.15 as builder
37

‎auto-discovery/kubernetes/Makefile‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
14

25
# Image URL to use all building/pushing image targets
36
IMG ?= controller:latest

‎auto-discovery/kubernetes/README.md‎

Lines changed: 6 additions & 0 deletions

‎auto-discovery/kubernetes/auto-discovery-config.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# This is a config you can use to run / test / debug the auto-discovery locally while developing
26

37
apiVersion: config.securecodebox.io/v1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
3+
SPDX-License-Identifier: Apache-2.0

‎auto-discovery/kubernetes/config/crd/kustomization.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# This kustomization.yaml is not intended to be run by itself,
26
# since it depends on service name and namespace that are out of this kustomize package.
37
# It should be run by config/default

‎auto-discovery/kubernetes/config/crd/kustomizeconfig.yaml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2021 iteratec GmbH
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
15
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
26
nameReference:
37
- kind: Service

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL