Skip to content

Commit

Permalink
Merge pull request #9 from nowsecure/NowSecureize
Browse files Browse the repository at this point in the history
Update content
  • Loading branch information
1tacocat1 authored Jan 27, 2022
2 parents 20ce5fc + d995312 commit 57cf75a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
22 changes: 11 additions & 11 deletions step.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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/).
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
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
host_os_tags:
- osx-10.10
- ubuntu-16.04
Expand Down Expand Up @@ -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
summary: Your NowSecure Platform group ID for this app
title: NowSecure Platform group ID

0 comments on commit 57cf75a

Please sign in to comment.