| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | # More info: https://docs.docker.com/engine/reference/builder/#dockerignore-file | |
| 2 | 6 | # Ignore all files which are not go type | |
| 3 | 7 | !**/*.go | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,6 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 1 | 4 | ||
| 2 | 5 | # Binaries for programs and plugins | |
| 3 | 6 | *.exe | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | apiVersion: v2 | |
| 2 | 6 | name: auto-discovery-kubernetes | |
| 3 | 7 | description: "Automatically creates secureCodeBox Scans for Resources found in the Kubernetes Cluster" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | # Build the manager binary | |
| 2 | 6 | FROM golang:1.15 as builder | |
| 3 | 7 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,6 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 1 | 4 | ||
| 2 | 5 | # Image URL to use all building/pushing image targets | |
| 3 | 6 | IMG ?= controller:latest | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | # This is a config you can use to run / test / debug the auto-discovery locally while developing | |
| 2 | 6 | ||
| 3 | 7 | apiVersion: config.securecodebox.io/v1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,3 @@ | |||
| 1 | + SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + | ||
| 3 | + SPDX-License-Identifier: Apache-2.0 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | # This kustomization.yaml is not intended to be run by itself, | |
| 2 | 6 | # since it depends on service name and namespace that are out of this kustomize package. | |
| 3 | 7 | # It should be run by config/default | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,7 @@ | |||
| 1 | + # SPDX-FileCopyrightText: 2021 iteratec GmbH | ||
| 2 | + # | ||
| 3 | + # SPDX-License-Identifier: Apache-2.0 | ||
| 4 | + | ||
| 1 | 5 | # This file is for teaching kustomize how to substitute name and namespace reference in CRD | |
| 2 | 6 | nameReference: | |
| 3 | 7 | - kind: Service | |
| Back | FazBrowse Home | New Git URL |
0 commit comments