From ddb74d490de526c86bf891679cfc290a02133b2c Mon Sep 17 00:00:00 2001 From: Dave Holladay Date: Tue, 3 Sep 2024 19:30:12 +0100 Subject: [PATCH 1/2] v1.2.2: Add Windows artifacts to release --- .github/workflows/build.yml | 2 +- cli/README.md | 21 ++++++++++----------- cli/package.json | 4 ++-- github-snapshot/package.json | 2 +- lib/package.json | 2 +- package.json | 2 +- sarif/package.json | 2 +- 7 files changed, 17 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37ade44..032f90f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: if: ${{ steps.check-tag.outputs.release == 'true' }} uses: ncipollo/release-action@v1.12.0 with: - artifacts: "artifacts/Linux/*.deb,artifacts/MacOS/*.pkg" + artifacts: "artifacts/Linux/*.deb,artifacts/MacOS/*.pkg,artifacts/Windows/*.exe" tag: ${{ steps.check-tag.outputs.version }} diff --git a/cli/README.md b/cli/README.md index 3db888f..2b78628 100644 --- a/cli/README.md +++ b/cli/README.md @@ -22,7 +22,7 @@ $ npm install -g @nowsecure/platform-cli $ ns-cli COMMAND running command... $ ns-cli (--version) -@nowsecure/platform-cli/1.1.0 linux-x64 node-v20.16.0 +@nowsecure/platform-cli/1.2.2 darwin-x64 node-v20.12.2 $ ns-cli --help [COMMAND] USAGE $ ns-cli COMMAND @@ -86,7 +86,7 @@ DESCRIPTION Commands to manipulate applications for analysis ``` -_See code: [dist/commands/app/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/app/index.ts)_ +_See code: [dist/commands/app/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/app/index.ts)_ ## `ns-cli app archive [PLATFORM] [PACKAGENAME]` @@ -505,7 +505,7 @@ DESCRIPTION Commands to retrieve assessment data ``` -_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/assessment/index.ts)_ +_See code: [dist/commands/assessment/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/assessment/index.ts)_ ## `ns-cli assessment cancel ASSESSMENT` @@ -579,11 +579,10 @@ List assessments ``` USAGE $ ns-cli assessment list [--token ] [--graphql ] [--rest ] [--ui ] [--profile ] - [--config-file ] [-m critical|c|high|h|medium|m|low|l|info|i --json ] [-w ] [-i ] [-e ] - [-a ] [-f ] [--config ] [-d ] [-b ] [--group-ref ] [-g ] [-r ] [--platform android|ios] - [--limit ] [--scope *] [--finding ] [--status cancelled|completed|failed|pending] [--since ] - [--after ] [--before ] [--until ] [--reverse] [-d] [--baseline] [--appstore] [--fail-fast] - [--favorite] + [--config-file ] [-m critical|c|high|h|medium|m|low|l|info|i --json] [-w ] [-i ] [-e ] [-a ] + [-f ] [--config ] [-d ] [-b ] [--group-ref ] [-g ] [-r ] [--platform android|ios] [--limit + ] [--scope *] [--finding ] [--status cancelled|completed|failed|pending] [--since ] [--after + ] [--before ] [--until ] [--reverse] [-d] [--baseline] [--appstore] [--fail-fast] [--favorite] FLAGS -a, --all-findings show all findings @@ -835,7 +834,7 @@ FLAGS --ui= URL of the UI server ``` -_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/configure/index.ts)_ +_See code: [dist/commands/configure/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/configure/index.ts)_ ## `ns-cli help [COMMANDS]` @@ -869,7 +868,7 @@ DESCRIPTION Commands for the user's organization ``` -_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/organization/index.ts)_ +_See code: [dist/commands/organization/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/organization/index.ts)_ ## `ns-cli organization groups` @@ -1266,7 +1265,7 @@ DESCRIPTION Commands for users & accounts ``` -_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.1.0/dist/commands/user/index.ts)_ +_See code: [dist/commands/user/index.ts](https://github.com/nowsecure/nowsecure-cli/blob/v1.2.2/dist/commands/user/index.ts)_ ## `ns-cli user account` diff --git a/cli/package.json b/cli/package.json index 4bb0001..6ac8eb4 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-cli", - "version": "1.2.1", + "version": "1.2.2", "description": "NowSecure command line tool to interact with NowSecure Platform", "author": "NowSecure", "bin": { @@ -105,4 +105,4 @@ "oclif" ], "types": "dist/index.d.ts" -} \ No newline at end of file +} diff --git a/github-snapshot/package.json b/github-snapshot/package.json index 03fa3e4..3f7f9fa 100644 --- a/github-snapshot/package.json +++ b/github-snapshot/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/github-snapshot", - "version": "1.2.1", + "version": "1.2.2", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/lib/package.json b/lib/package.json index cc56472..5a4b54c 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,7 +1,7 @@ { "name": "@nowsecure/platform-lib", "description": "A library to interact with NowSecure Platform", - "version": "1.2.1", + "version": "1.2.2", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", diff --git a/package.json b/package.json index 778612b..d64ecb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-lib-monorepo", - "version": "1.2.1", + "version": "~/nowsecure/github/cosdon/nowsecure-platform-cli", "license": "MIT", "author": "NowSecure", "scripts": { diff --git a/sarif/package.json b/sarif/package.json index 5126498..4482bce 100644 --- a/sarif/package.json +++ b/sarif/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/sarif", - "version": "1.2.1", + "version": "1.2.2", "main": "./lib/index.js", "types": "./lib/index.d.ts", "license": "MIT", From c32ad773f2589eef90207c2c70adb3acdfa7a281 Mon Sep 17 00:00:00 2001 From: Dave Holladay Date: Wed, 4 Sep 2024 15:41:17 +0100 Subject: [PATCH 2/2] Fix version error --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d64ecb3..926f055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nowsecure/platform-lib-monorepo", - "version": "~/nowsecure/github/cosdon/nowsecure-platform-cli", + "version": "1.2.2", "license": "MIT", "author": "NowSecure", "scripts": {