Skip to content

Commit

Permalink
fix(ci): install plugins with falcoctl
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Terzolo <[email protected]>
  • Loading branch information
Andreagit97 committed Feb 15, 2024
1 parent e540094 commit 82941b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
with:
fetch-depth: 0

- name: Install needed artifacts using falcoctl
run: |
mkdir -p /usr/share/falco/plugins
falcoctl artifact install k8saudit-rules
falcoctl artifact install cloudtrail-rules
# note: this converts the output of go test into a junit-compatible,
# which can later be processed by test-summary/action to upload
# a Markdown report on the GitHub Actions workflow.
Expand Down

0 comments on commit 82941b4

Please sign in to comment.