-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a cleanup script that can delete all resources (running the…
… script will remove all resources at once) fix:: Resolve an issue with deleting SIBs - Fixed code so that when deleting a SIB, logs are properly generated and the created nimberpolicy is also deleted. �style(cleanup): Add license Move script file Deleted files feat(api): Add syscalls-related field feat(config): Add syscalls-related fields feat: Add go.work to use two mods feat(config): Add the adapter's config feat(receiver): Add a receiver for the adapter feat(core): Add a transformer and Applier for the adapter feat(adapter): Add adapter-specific main.go and other files feat(adapter): Add core(converter, enforcer) feat(adapter): Add applier and modify package name featgo.mod): go version to use go.work (requires go >= 1.21) feat(applier): Add license feat(receiver): Add karmor policy delete test(v2): Modify ID Docs: Update Tutorials fix(go.mod): Resolve lint fix(gomod): resolve golangci-lint Update Quick-tutorials.md Update nimbus-adapter Delete core directory fix(adapter): Modify path (main.go) Update nimbus adapter
- Loading branch information
1 parent
cf09d53
commit 7d32d06
Showing
37 changed files
with
1,812 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
*.dylib | ||
bin | ||
Dockerfile.cross | ||
nimbus-kubearmor | ||
|
||
# Test binary, build with `go test -c` | ||
*.test | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.