bug fixes
All checks were successful
Build Docker Image / build (push) Successful in 41s

This commit is contained in:
Tudor Sitaru
2025-11-11 12:19:54 +00:00
parent 4f73b3036e
commit dfd047518e
2 changed files with 0 additions and 8 deletions

View File

@@ -78,12 +78,6 @@ else
fi
if [ $config_result -eq 0 ]; then
log_message "✓ Config Snapshot Downloader: SUCCESS"
else
log_message "✗ Config Snapshot Downloader: FAILED"
fi
if [ $snapshot_result -eq 0 ]; then
log_message "✓ Snapshot Downloader: SUCCESS"
else
log_message "✗ Snapshot Downloader: FAILED"

View File

@@ -393,7 +393,6 @@ class SnapshotDownloader:
if local_path:
media_html += '<div class="image-item">\n'
media_html += f' <img src="{local_path}" alt="{image_name}" loading="lazy">\n'
media_html += f' <p class="image-caption">{image_name}</p>\n'
media_html += f' <p class="image-meta">Updated: {self.format_date(image.get("updated", ""))}</p>\n'
media_html += "</div>\n"
else:
@@ -456,7 +455,6 @@ class SnapshotDownloader:
# Add any additional fields that might be interesting
metadata_fields = [
("code", "Code"),
("frameworkIndicatorCount", "Framework Indicators"),
("signed", "Signed Status"),
("type", "Type"),
]