fix: update GitHub Actions workflow ensuring unicode is used
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
- name: Update README
|
- name: Update README
|
||||||
|
env:
|
||||||
|
LANG: en_US.UTF-8
|
||||||
|
LC_ALL: en_US.UTF-8
|
||||||
run: |
|
run: |
|
||||||
LOC=$(grep '"total_code"' public/code-stats.json | sed 's/[^0-9]*//g')
|
LOC=$(grep '"total_code"' public/code-stats.json | sed 's/[^0-9]*//g')
|
||||||
FORMATTED_LOC=$(printf "%'d" $LOC)
|
FORMATTED_LOC=$(printf "%'d" $LOC)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# 🛡 Patrick Beane
|
# 🛡️ Patrick Beane
|
||||||
|
|
||||||
**SRE | Security Engineer | Self-Hosted Infra & Detection**
|
**SRE | Security Engineer | Self-Hosted Infra & Detection**
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ My lab functions as a live production environment where threat intelligence, aut
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🛡 Detection & Response Lifecycle
|
## 🛡️ Detection & Response Lifecycle
|
||||||
|
|
||||||
- **Triage:** Telemetry ingested from 7 active nodes into the Argus engine.
|
- **Triage:** Telemetry ingested from 7 active nodes into the Argus engine.
|
||||||
- **Escalation:** Post-exploitation indicators (e.g. webshells) trigger immediate `PERM_BAN`.
|
- **Escalation:** Post-exploitation indicators (e.g. webshells) trigger immediate `PERM_BAN`.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# 🛡 Patrick Beane
|
# 🛡️ Patrick Beane
|
||||||
|
|
||||||
**SRE | Security Engineer | Self-Hosted Infra & Detection**
|
**SRE | Security Engineer | Self-Hosted Infra & Detection**
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ My lab functions as a live production environment where threat intelligence, aut
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🛡 Detection & Response Lifecycle
|
## 🛡️ Detection & Response Lifecycle
|
||||||
|
|
||||||
- **Triage:** Telemetry ingested from 7 active nodes into the Argus engine.
|
- **Triage:** Telemetry ingested from 7 active nodes into the Argus engine.
|
||||||
- **Escalation:** Post-exploitation indicators (e.g. webshells) trigger immediate `PERM_BAN`.
|
- **Escalation:** Post-exploitation indicators (e.g. webshells) trigger immediate `PERM_BAN`.
|
||||||
|
|||||||
Reference in New Issue
Block a user