Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: drop utilities #10

Merged
merged 2 commits into from
Nov 27, 2023
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
39 changes: 0 additions & 39 deletions .github/workflows/release-kilt-images.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@
/runtimes/cloudformation/cmd/cfn-apply-kilt/cfn-apply-kilt
/runtimes/cloudformation/cmd/cfn-image-info/cfn-image-info
/runtimes/cloudformation/cmd/handler/handler

/utilities/launcher/launcher
/utilities/logshipper/logshipper
/utilities/waitforever/waitforever
/utilities/debug-bridge/debug-bridge/debug-bridge
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ builds:
- CGO_ENABLED=0
goos:
- linux
- windows
- darwin
goarch:
- amd64

archives:
- format: zip
Expand Down
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Kilt
[![Falco Ecosystem Repository](https://github.com/falcosecurity/evolution/blob/main/repos/badges/falco-ecosystem-blue.svg)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#ecosystem-scope) [![Incubating](https://img.shields.io/badge/status-incubating-orange?style=for-the-badge)](https://github.com/falcosecurity/evolution/blob/main/REPOSITORIES.md#incubating)
# agent-kilt

`agent-kilt` provides a convenient way to add additional software to containers by patching ECS TaskDefinitions.



Kilt is a definition on how to include additional software inside containers. It was created to run falco in userspace
along other software. It leverages different runtimes to perform modifications to the container
Expand Down Expand Up @@ -53,3 +56,15 @@ build {
}
```



# Release

To make a new release push a new tag.

It will trigger the [release-runtime.yml](.github/workflows/release-runtimes.yml) workflow.

For tags, use [semver](https://semver.org/).

Before making a new release, check the diff between the previous tag and `master` branch,
to spot major changes to make release notes as clear as possible.
24 changes: 0 additions & 24 deletions RELEASE.md

This file was deleted.

9 changes: 0 additions & 9 deletions utilities/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions utilities/Makefile

This file was deleted.

1 change: 0 additions & 1 deletion utilities/README.md

This file was deleted.

21 changes: 0 additions & 21 deletions utilities/debug-bridge/Dockerfile

This file was deleted.

6 changes: 0 additions & 6 deletions utilities/debug-bridge/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions utilities/debug-bridge/debug-bridge/go.mod

This file was deleted.

17 changes: 0 additions & 17 deletions utilities/debug-bridge/debug-bridge/go.sum

This file was deleted.

83 changes: 0 additions & 83 deletions utilities/debug-bridge/debug-bridge/main.go

This file was deleted.

19 changes: 0 additions & 19 deletions utilities/debug-bridge/process-trace/go.mod

This file was deleted.

54 changes: 0 additions & 54 deletions utilities/debug-bridge/process-trace/go.sum

This file was deleted.

Loading