Skip to content

Commit

Permalink
Add license headers
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <[email protected]>
  • Loading branch information
navin772 committed Jul 27, 2024
1 parent e5d0286 commit b57740d
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ name: ci-coverage

on:
push:
branches:
- "main"
branches: [main]
paths:
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
- "tests/**"
pull_request:
branches:
- "main"
branches: [main]
paths:
- "KubeArmor/**"
- ".github/workflows/ci-coverage.yaml"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ci-test-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: ci-test-docker

on:
push:
branches:
- "main"
- "non-k8s-hsp-test"
branches: [main]
paths:
- "KubeArmor/**"
- ".github/workflows/ci-test-docker.yaml"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-test-ginkgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci-test-ginkgo

on:
push:
branches: [main, lfx-pretask-submission, non-k8s-hsp-test]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
Expand All @@ -11,7 +11,7 @@ on:
- "pkg/KubeArmorOperator/**"
- "deployments/helm/**"
pull_request:
branches: [main, lfx-pretask-submission]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-latest]
os: [ubuntu-20.04]
runtime: ["containerd", "crio"]
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-systemd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: ci-test-systemd

on:
push:
branches: [main, non-k8s-hsp-test]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
- "protobuf/**"
- ".github/workflows/ci-test-systemd.yml"
pull_request:
branches: [main, lfx-pretask]
branches: [main]
paths:
- "KubeArmor/**"
- "tests/**"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/host-visibility.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Authors of KubeArmor

DAEMONSET_NAME=$(kubectl get daemonset -n kubearmor -o jsonpath='{.items[0].metadata.name}')

Expand Down
3 changes: 3 additions & 0 deletions tests/k8s_env/hsp/hsp_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Authors of KubeArmor

package hsp

import (
Expand Down
3 changes: 3 additions & 0 deletions tests/nonk8s_env/hsp/hsp_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
// Copyright 2024 Authors of KubeArmor

package hsp

import (
Expand Down

0 comments on commit b57740d

Please sign in to comment.