mirror of
https://github.com/vee1e/KubeArmor.git
synced 2026-09-01 10:18:29 +00:00
23 lines
363 B
YAML
23 lines
363 B
YAML
header:
|
|
license:
|
|
spdx-id: Apache-2.0
|
|
copyright-owner: KubeArmor
|
|
content: |
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
paths:
|
|
- "**/*.go"
|
|
- "**/*.sh"
|
|
- "**/Dockerfile"
|
|
- "**/Makefile"
|
|
|
|
paths-ignore:
|
|
- "KubeArmor/BPF/*"
|
|
- "KubeArmor/**/*bpf*.go"
|
|
- "protobuf/*"
|
|
|
|
comment: on-failure
|
|
|
|
dependency:
|
|
files:
|
|
- go.mod
|