Skip to content

Commit

Permalink
ci(workflows): Fix release job (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitstack authored Sep 4, 2024
1 parent 524ff4c commit d16117f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,11 @@ jobs:
shell: bash
run: |
echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | cut -c2-)
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: fibratus-${{ steps.get_version.outputs.VERSION }}-amd64.msi
path: build
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: fibratus-${{ steps.get_version.outputs.VERSION }}-slim-amd64.msi
path: build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

### What is Fibratus?

Fibratus detects, protects, and erradicates advanced adversary tradecraft by scrutinizing
and asserting a wide spectrum of system events against a behaviour-driven [rule engine](https://www.fibratus.io/#/filters/rules) and [YARA](https://www.fibratus.io/#/yara/introduction) memory scanner.
Fibratus detects, protects, and eradicates advanced adversary tradecraft by scrutinizing
and asserting a wide spectrum of system events against a behavior-driven [rule engine](https://www.fibratus.io/#/filters/rules) and [YARA](https://www.fibratus.io/#/yara/introduction) memory scanner.

Events can also be shipped to a wide array of [output sinks](https://www.fibratus.io/#/outputs/introduction) or dumped to [capture](https://www.fibratus.io/#/captures/introduction) files for local inspection and forensics analysis. You can use [filaments](https://www.fibratus.io/#/filaments/introduction) to extend Fibratus with your own arsenal of tools and so leverage the power of the Python ecosystem.

In a nuthsell, Fibratus mantra is defined by the pillars of **realtime behaviour detection**, **memory scanning**, and **forensics** capabilities.
In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behavior detection**, **memory scanning**, and **forensics** capabilities.

### Quick start

Expand Down
6 changes: 3 additions & 3 deletions docs/overview/what-is-fibratus.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# What is Fibratus?

[Fibratus](https://github.com/rabbitstack/fibratus) detects, protects, and erradicates advanced adversary tradecraft by scrutinizing
and asserting a wide spectrum of system events against a behaviour-driven [rule engine](/filters/rules) and [YARA](/yara/introduction) memory scanner.
[Fibratus](https://github.com/rabbitstack/fibratus) detects, protects, and eradicates advanced adversary tradecraft by scrutinizing
and asserting a wide spectrum of system events against a behavior-driven [rule engine](/filters/rules) and [YARA](/yara/introduction) memory scanner.

Events can also be shipped to a wide array of [output sinks](/outputs/introduction) or dumped to [capture](/captures/introduction) files for local inspection and forensics analysis. You can use [filaments](/filaments/introduction) to extend Fibratus with your own arsenal of tools and so leverage the power of the Python ecosystem.

In a nuthsell, Fibratus mantra is defined by the pillars of **realtime behaviour detection**, **memory scanning**, and **forensics capabilities**.
In a nutshell, the Fibratus mantra is defined by the pillars of **realtime behavior detection**, **memory scanning**, and **forensics capabilities**.

0 comments on commit d16117f

Please sign in to comment.