fix: update GitHub Actions workflow ensuring unicode is used
This commit is contained in:
@@ -16,10 +16,13 @@ jobs:
|
||||
|
||||
|
||||
- name: Update README
|
||||
env:
|
||||
LANG: en_US.UTF-8
|
||||
LC_ALL: en_US.UTF-8
|
||||
run: |
|
||||
LOC=$(grep '"total_code"' public/code-stats.json | sed 's/[^0-9]*//g')
|
||||
FORMATTED_LOC=$(printf "%'d" $LOC)
|
||||
|
||||
|
||||
echo "Injecting $FORMATTED_LOC into README.template..."
|
||||
|
||||
sed "s/REPLACE_ME_LOC/$FORMATTED_LOC/g" README.template > README.md
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# 🛡 Patrick Beane
|
||||
# 🛡️ Patrick Beane
|
||||
|
||||
**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.
|
||||
- **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**
|
||||
|
||||
@@ -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.
|
||||
- **Escalation:** Post-exploitation indicators (e.g. webshells) trigger immediate `PERM_BAN`.
|
||||
|
||||
Reference in New Issue
Block a user