Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Sep 7, 2024
1 parent 074ad58 commit ceadf68
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # ratchet:actions/setup-go@v3
with:
go-version: '1.18'
go-version: '1.22'
check-latest: true
- run: go version
- name: build
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,12 @@ Full **documentation** [here](docs/getting-started.md).
curl -s https://raw.githubusercontent.com/alegrey91/fwdctl/main/install | sudo sh
```

## Seccomp (experimental)

I've recently added a new functionality to trace the system calls used by `fwdctl` during the test pipeline.

This is done by using another project of mine: [`harpoon`](https://github.com/alegrey91/harpoon).

Thanks to this, at the end of the pipeline, we have a **seccomp** profile as artifact. You can use this to run `fwdctl` in a more secure way.

Find the **seccomp** profile at the end of the last `test` pipeline.

0 comments on commit ceadf68

Please sign in to comment.