From e74b7458ebe06ccb8b8ed03f8b232f2a2aa3ddcc Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 26 May 2026 11:53:43 +0200 Subject: [PATCH] Revise action name and description in action.yml Updated action name and description for clarity and detail. --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 404bb8f..0ed96d9 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,9 @@ -name: 'InfraScan Security & Cost Scanner' -description: 'Open Source IaC Cost & Security Scanner' +name: 'InfraScan – IaC Cost & Security Scanner' +description: 'Scan Terraform, Kubernetes and Docker for cost inefficiencies and security issues in CI/CD pipelines' author: 'SolDevelo' branding: - icon: 'shield' - color: 'blue' + icon: 'alert-triangle' + color: 'green' inputs: directory: description: 'Directory to scan (relative to repository root)'