From f0f13a0b948c737f80287a5726c24d4091592281 Mon Sep 17 00:00:00 2001 From: Anees PK Date: Wed, 20 Nov 2019 13:54:40 +0530 Subject: [PATCH] Update action icon --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d48bb2e..4ad9b83 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Beagle Security Test' -description: 'Trigger beagle security test' +description: 'Test for security vulnerabilities using Beagle Security' +branding: + icon: 'bold' + color: 'blue' runs: using: 'node12' main: 'index.js' \ No newline at end of file