From a74640c1ec12ff8eced90ca1e13436b09ff3975f Mon Sep 17 00:00:00 2001 From: Rahul Gunasekaran Date: Wed, 10 Mar 2021 08:53:33 -0500 Subject: [PATCH] updated suggested filename changes --- .../{synopsysio.properties.json => synopsys-io.properties.json} | 2 +- icons/{synopsys.svg => synopsys-io.svg} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename code-scanning/properties/{synopsysio.properties.json => synopsys-io.properties.json} (92%) rename icons/{synopsys.svg => synopsys-io.svg} (100%) diff --git a/code-scanning/properties/synopsysio.properties.json b/code-scanning/properties/synopsys-io.properties.json similarity index 92% rename from code-scanning/properties/synopsysio.properties.json rename to code-scanning/properties/synopsys-io.properties.json index 257357e..67aeb09 100644 --- a/code-scanning/properties/synopsysio.properties.json +++ b/code-scanning/properties/synopsys-io.properties.json @@ -2,6 +2,6 @@ "name": "Synopsys Intelligent Security Scan Action", "creator": "Synopsys", "description": "The Synopsys Intelligent Security Scan Action helps selectively perform SAST and SCA scans, triggered during a variety of GitHub Platform events for C, C++, C#, Java, JavaScript, TypeScript, Python, and Go developers.", - "iconName": "synopsys", + "iconName": "synopsys-io", "categories": ["Code Scanning"] } diff --git a/icons/synopsys.svg b/icons/synopsys-io.svg similarity index 100% rename from icons/synopsys.svg rename to icons/synopsys-io.svg