Skip to content

Commit

Permalink
Fix: Added hyperlinks for the PRs
Browse files Browse the repository at this point in the history
Signed-off-by: GLVSKiriti <116095646+GLVSKiriti@users.noreply.github.com>
  • Loading branch information
GLVSKiriti authored Jul 23, 2024
1 parent 7e0c39a commit 9017b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/blog/gsoc2024/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Once the coding period began, we managed to merge two key PRs before the midterm

### Detailed Look at the Merged PRs:

- #### PR1: Add support for declarative yaml file testing
- #### PR1: [Add support for declarative yaml file testing](https://github.com/falcosecurity/event-generator/pull/211)
- what's new added in this PR?:
- Added a new sub command for run command called declarative:
```yaml
Expand Down Expand Up @@ -72,7 +72,7 @@ Once the coding period began, we managed to merge two key PRs before the midterm
```go
func WriteSyscall(filePath string, content string) error
```
- #### PR2: Add container runner support
- #### PR2: [Add container runner support](https://github.com/falcosecurity/event-generator/pull/216)
- To implement a container runner, we needed the ability to spawn a container and execute the events inside it. We achieved this using the Docker GO SDK.

- The container runner interface is similar to the host runner, with two new parameters: `ContainerId` and `Image`.
Expand Down

0 comments on commit 9017b22

Please sign in to comment.