Skip to content

Commit d16117f

Browse files
authored
ci(workflows): Fix release job (#300)
1 parent 524ff4c commit d16117f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ jobs:
145145
shell: bash
146146
run: |
147147
echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3 | cut -c2-)
148-
- uses: actions/download-artifact@v3
148+
- uses: actions/download-artifact@v4
149149
with:
150150
name: fibratus-${{ steps.get_version.outputs.VERSION }}-amd64.msi
151151
path: build
152-
- uses: actions/download-artifact@v3
152+
- uses: actions/download-artifact@v4
153153
with:
154154
name: fibratus-${{ steps.get_version.outputs.VERSION }}-slim-amd64.msi
155155
path: build

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
### What is Fibratus?
3131

32-
Fibratus detects, protects, and erradicates advanced adversary tradecraft by scrutinizing
33-
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.
32+
Fibratus detects, protects, and eradicates advanced adversary tradecraft by scrutinizing
33+
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.
3434

3535
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.
3636

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

3939
### Quick start
4040

docs/overview/what-is-fibratus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# What is Fibratus?
22

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

66
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.
77

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

0 commit comments

Comments
 (0)