Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/assets/busybox-pod.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/generator-generic-ossf-slsa3-publish.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .github/workflows/go-ossf-slsa3-publish.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/k3d-e2e.yml

This file was deleted.

31 changes: 19 additions & 12 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,29 @@ on:
pull_request:
branches: [ "master" ]

jobs:
build:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Copy kubeconfig
run: |
mkdir ~/.kube
cp .github/workflows/assets/placeholder-kubeconfig.yaml ~/.kube/config
- name: test
run: make test

- name: configure
run: ./configure

- name: Install dependencies
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: build-linux
run: make
- name: build-windows
run: make windows
- name: build-darwin
run: make darwin

- name: Run check
run: make check

- name: Run distcheck
run: make distcheck
65 changes: 0 additions & 65 deletions .github/workflows/minikube-e2e-crio.yaml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/minikube-e2e-docker.yaml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/unit-test.yml

This file was deleted.

6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kubectl-sniff
kubectl-sniff-arm64
kubectl-sniff-darwin
kubectl-sniff-darwin-arm64
kubectl-sniff-windows
kubectl-sniff-windows-arm64
Loading