From b904fe79fbf1545683246a84359123f02c99ff9a Mon Sep 17 00:00:00 2001 From: George Anderson Date: Wed, 12 Jan 2022 17:40:15 -0800 Subject: [PATCH 1/3] MakeNS --- bitrise.yml | 4 ++-- step.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 9e1d653..0bf4844 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -1,4 +1,4 @@ -format_version: 4 +format_version: "4" default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: @@ -6,7 +6,7 @@ app: # If you want to share this step into a StepLib - BITRISE_STEP_ID: nowsecure-auto-analysis - BITRISE_STEP_VERSION: "0.1.2" - - BITRISE_STEP_GIT_CLONE_URL: https://github.com/sp3nx0r/bitrise-step-nowsecure-auto-analysis.git + - BITRISE_STEP_GIT_CLONE_URL: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis.git - MY_STEPLIB_REPO_FORK_GIT_URL: $MY_STEPLIB_REPO_FORK_GIT_URL workflows: diff --git a/step.yml b/step.yml index be92794..5653ad2 100644 --- a/step.yml +++ b/step.yml @@ -4,9 +4,9 @@ summary: | Performs security analysis using NowSecure Auto (https://lab.nowsecure.com/). description: | Performs security analysis using NowSecure Auto (https://lab.nowsecure.com/). -website: https://github.com/sp3nx0r/bitrise-step-nowsecure-auto-analysis -source_code_url: https://github.com/sp3nx0r/bitrise-step-nowsecure-auto-analysis -support_url: https://github.com/sp3nx0r/bitrise-step-nowsecure-auto-analysis/issues +website: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis +source_code_url: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis +support_url: https://support.nowsecure.com host_os_tags: - osx-10.10 - ubuntu-16.04 From 36d5d21235c6dadffd9caa616c7baad999b5037e Mon Sep 17 00:00:00 2001 From: George Anderson Date: Thu, 13 Jan 2022 17:48:54 -0800 Subject: [PATCH 2/3] Flip int back int --- bitrise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index 0bf4844..1ff2870 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -1,4 +1,4 @@ -format_version: "4" +format_version: 4 default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: From 0b6a00cf5ea5cf67a5bd0629b375e68c405b133a Mon Sep 17 00:00:00 2001 From: George Anderson Date: Tue, 25 Jan 2022 15:48:33 -0800 Subject: [PATCH 3/3] Branding updates (auto->platform) --- README.md | 4 ++-- bitrise.yml | 4 ++-- step.yml | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 65faca3..4b88865 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# NowSecure Auto Analysis +# NowSecure Platform Analysis -Performs security analysis using NowSecure Auto. +Performs security analysis using NowSecure Platform. ## How to use this Step diff --git a/bitrise.yml b/bitrise.yml index 1ff2870..2a8b872 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -24,9 +24,9 @@ workflows: - path: ./_tmp - is_create_path: true - path::./: - title: NowSecure Auto Upload Step Test + title: NowSecure Platform Upload Step Test description: |- - Uploads an IPA/APK file to NowSecure Auto for further analysis + Uploads an IPA/APK file to NowSecure Platform for further analysis To test this, you need a NowSecure account with a valid token and an IPA/APK path from which to upload If multiple NowSecure Groups are available for the token, also include the Group ID run_if: true diff --git a/step.yml b/step.yml index 5653ad2..27e377e 100644 --- a/step.yml +++ b/step.yml @@ -1,9 +1,9 @@ title: |- - NowSecure Auto Analysis + NowSecure Platform Analysis summary: | - Performs security analysis using NowSecure Auto (https://lab.nowsecure.com/). + Performs security analysis using NowSecure Platform (https://lab.nowsecure.com/). description: | - Performs security analysis using NowSecure Auto (https://lab.nowsecure.com/). + Performs security analysis using NowSecure Platform (https://lab.nowsecure.com/). website: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis source_code_url: https://github.com/nowsecure/bitrise-step-nowsecure-auto-analysis support_url: https://support.nowsecure.com @@ -43,16 +43,16 @@ inputs: - nowsecure_api_token: opts: description: | - NowSecure token generated from NowSecure Auto console + NowSecure token generated from NowSecure Platform console is_required: true is_sensitive: true - summary: Your NowSecure Auto API token - title: NowSecure Auto API token + summary: Your NowSecure Platform API token + title: NowSecure Platform API token - nowsecure_group_id: opts: description: | NowSecure Group ID which is required only if your NowSecure token has access to multiple groups is_required: false is_sensitive: true - summary: Your NowSecure Auto group ID for this app - title: NowSecure Auto group ID \ No newline at end of file + summary: Your NowSecure Platform group ID for this app + title: NowSecure Platform group ID \ No newline at end of file