69 lines
2.1 KiB
Markdown
69 lines
2.1 KiB
Markdown
---
|
|
title: "[bojemoi] chore: exclude postgres SSL certs + remove obsolete scripts"
|
|
date: 2026-04-17T13:19:58+02:00
|
|
draft: false
|
|
tags: ["commit", "bojemoi", "main"]
|
|
categories: ["Git Activity"]
|
|
summary: "Commit 4e1f103 par Betty dans bojemoi"
|
|
author: "Betty"
|
|
---
|
|
|
|
## Commit `4e1f103`
|
|
|
|
| | |
|
|
|---|---|
|
|
| **Repository** | bojemoi |
|
|
| **Branch** | `main` |
|
|
| **Author** | Betty |
|
|
| **Hash** | `4e1f103ac7d679c59333e5c470d3d40a586c5ef2` |
|
|
|
|
|
|
### Description
|
|
|
|
- .gitignore: add volumes/postgres/ssl/ (private keys)
|
|
- scripts: rm 14 obsolete files (v1 backups, .export snapshots,
|
|
Faraday migration scripts, test stubs, duplicate versions)
|
|
|
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
|
|
|
### Files Changed
|
|
|
|
```
|
|
M .gitignore
|
|
D scripts/cccp-v2.sh
|
|
D scripts/cccp.sh.1
|
|
D scripts/check_image_v1.py
|
|
D scripts/import_2_faraday.py
|
|
D scripts/mockba-v1.sh
|
|
D scripts/orchestrator-zap-nuclei-faraday.sh
|
|
D scripts/stack_armement.export
|
|
D scripts/stack_base.export
|
|
D scripts/stack_faraday.export
|
|
D scripts/stack_masscan.export
|
|
D scripts/stack_owasp.export
|
|
D scripts/test_deploiement.sh
|
|
D scripts/test_reso.sh
|
|
D scripts/test_wget.sh
|
|
```
|
|
|
|
### Diff Summary
|
|
|
|
```
|
|
.gitignore | 1 +
|
|
scripts/cccp-v2.sh | 195 -------------
|
|
scripts/cccp.sh.1 | 138 ---------
|
|
scripts/check_image_v1.py | 451 -----------------------------
|
|
scripts/import_2_faraday.py | 118 --------
|
|
scripts/mockba-v1.sh | 114 --------
|
|
scripts/orchestrator-zap-nuclei-faraday.sh | 154 ----------
|
|
scripts/stack_armement.export | 113 --------
|
|
scripts/stack_base.export | 431 ---------------------------
|
|
scripts/stack_faraday.export | 51 ----
|
|
scripts/stack_masscan.export | 42 ---
|
|
scripts/stack_owasp.export | 66 -----
|
|
scripts/test_deploiement.sh | 10 -
|
|
scripts/test_reso.sh | 6 -
|
|
scripts/test_wget.sh | 48 ---
|
|
15 files changed, 1 insertion(+), 1937 deletions(-)
|
|
```
|