From e741b362a4e3892620d43eba8ac512cbf6c98456 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Fri, 13 Feb 2026 17:08:56 -0600 Subject: [PATCH] Fixed README image to use absolute URL for build website The build website fetches README content from S3 where relative image paths cannot resolve. Use absolute raw.githubusercontent.com URL matching the convention used by all other modules. --- inventory/inventory-fde/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/inventory-fde/README.md b/inventory/inventory-fde/README.md index f2c8a82..581365b 100644 --- a/inventory/inventory-fde/README.md +++ b/inventory/inventory-fde/README.md @@ -23,7 +23,7 @@ When `dmsetup` and `cryptsetup` are available, the module additionally reports t - **Full disk encryption volume ciphers** - The active dm-crypt cipher per volume, e.g. `/ : aes-xts-plain64`. Requires `dmsetup`. - **Full disk encryption keyslot info** - LUKS keyslot cipher and PBKDF per volume, e.g. `/ : 0:aes-xts-plain64/argon2id`. Requires `cryptsetup`. Not available for plain dm-crypt (no keyslots). -[![Inventory in Mission Portal](inventory-fde-mission-portal.png)](inventory-fde-mission-portal.png) +[![Inventory in Mission Portal](https://raw.githubusercontent.com/cfengine/modules/master/inventory/inventory-fde/inventory-fde-mission-portal.png)](https://raw.githubusercontent.com/cfengine/modules/master/inventory/inventory-fde/inventory-fde-mission-portal.png) ## Example