From efda088e1723f61e5aece0b81c4417325195042c Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:04:30 +0100 Subject: [PATCH 001/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index b0bdf67..a02447a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: GitHub + gitProvider: GH path: NeuraLegion/jfrog-example pipelines: From 19e0d27bfc6f57db1ad2caf4e89c7826b07d1f63 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:06:29 +0100 Subject: [PATCH 002/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index a02447a..b9e0094 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,8 +1,8 @@ resources: - name: jfrognexploit - type: GitRepo + type: GH configuration: - gitProvider: GH + gitProvider: GitHub path: NeuraLegion/jfrog-example pipelines: From 6cba9b2e42fa0ae73096813e4807d057939ac8d0 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:11:50 +0100 Subject: [PATCH 003/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index b9e0094..b0bdf67 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,6 +1,6 @@ resources: - name: jfrognexploit - type: GH + type: GitRepo configuration: gitProvider: GitHub path: NeuraLegion/jfrog-example From 28596cbd4e637cc75341e9f92d083bf246af33a3 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:14:25 +0100 Subject: [PATCH 004/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index b0bdf67..99b22b3 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,8 +2,8 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: GitHub - path: NeuraLegion/jfrog-example + gitProvider: GH + path: nerkote/jfrog-example pipelines: - name: nexploit From 0f008368eff5207e4dfb14c9e034fc850a0e84cd Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:18:12 +0100 Subject: [PATCH 005/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 99b22b3..c9e3917 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs npm + - sudo apt install --yes nodejs npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 5b1be1bd667fab5287f76f78fd402d3a544730bb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:21:44 +0100 Subject: [PATCH 006/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index c9e3917..c2edeac 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: GH + gitProvider: nexploitIntegration path: nerkote/jfrog-example pipelines: From 1236fdca3f7b073529fe8a4a847064bafbaf8aeb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:24:38 +0100 Subject: [PATCH 007/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index c2edeac..5c37ca5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -12,7 +12,7 @@ pipelines: type: Bash configuration: integrations: - - name: Nexploit + - name: NEXPLOIT inputResources: - name: jfrognexploit execution: From 747994f313ad1c332807d340ce6b682a31c43afb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:40:30 +0100 Subject: [PATCH 008/146] Update pipelines.yml --- pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 5c37ca5..2a3d9ce 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install --yes nodejs npm + - sudo apt install nodejs @10.24.1 + - sudo apt install npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 54aa807fb489b6f18649dcfab1b8f391ff0c0d5b Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:43:10 +0100 Subject: [PATCH 009/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 2a3d9ce..a895965 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs @10.24.1 + - sudo apt install nodejs -g node@10.24.1 - sudo apt install npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From 8885fa31aed6f9cc7f834fcb17eb72be18162df1 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:44:38 +0100 Subject: [PATCH 010/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index a895965..94782fc 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs -g node@10.24.1 + - sudo apt install nodejs node@10.24.1 - sudo apt install npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From 0e7299a716cccd7ad6112015fe59bc0a7cce5e3b Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 10:48:01 +0100 Subject: [PATCH 011/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 94782fc..e29f8a9 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs node@10.24.1 + - sudo apt install nodejs nodejs@14.0.0 - sudo apt install npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From f5461f5e16d284e62bff044824644eccd5656049 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:04:30 +0100 Subject: [PATCH 012/146] Update pipelines.yml --- pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index e29f8a9..34a59b5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,9 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs nodejs@14.0.0 - - sudo apt install npm - - sudo apt install --fix-broken + - sudo apt-get install nodejs-dev node-gyp libssl1.0-dev + - sudo apt-get install nodejs npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 782f3996636042f84bfc472acd8fc78c7cb14e0a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:12:22 +0100 Subject: [PATCH 013/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 34a59b5..5b0bb1d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get install nodejs-dev node-gyp libssl1.0-dev + - sudo apt-get install nodejs-dev node-gyp libssl14.0-dev - sudo apt-get install nodejs npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 83f7e5b6872231adaa000ac92ae3c4c31e941895 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:16:18 +0100 Subject: [PATCH 014/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 5b0bb1d..56fe729 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get install nodejs-dev node-gyp libssl14.0-dev + - sudo apt-get install libssl1.0-dev nodejs-dev libssl-dev - sudo apt-get install nodejs npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 7549786e0262f172c9b132883691d2ec5c71829d Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 21 Dec 2021 15:20:01 +0100 Subject: [PATCH 015/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 56fe729..3a12388 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -18,9 +18,9 @@ pipelines: execution: onExecute: - sudo apt update - - sudo chmod 1777 /tmp - - sudo apt update - - sudo apt-get install libssl1.0-dev nodejs-dev libssl-dev + - sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose + - sudo chmod +x /usr/local/bin/docker-compose + - sudo apt-get install nodejs-dev node-gyp libssl1.0-dev - sudo apt-get install nodejs npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 4d287dd93cdaed004738e113e4167e019b663721 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:35:11 +0100 Subject: [PATCH 016/146] Update pipelines.yml --- pipelines.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 3a12388..caa4423 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,9 +2,8 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: nexploitIntegration + gitProvider: GH path: nerkote/jfrog-example - pipelines: - name: nexploit steps: @@ -17,11 +16,13 @@ pipelines: - name: jfrognexploit execution: onExecute: + execution: + onExecute: + - sudo apt update + - sudo chmod 1777 /tmp - sudo apt update - - sudo curl -L "https://github.com/docker/compose/releases/download/1.26.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose - - sudo chmod +x /usr/local/bin/docker-compose - - sudo apt-get install nodejs-dev node-gyp libssl1.0-dev - - sudo apt-get install nodejs npm + - sudo apt install nodejs npm + - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From e74d3fe2f64858274be4b014941784ea514ba1e6 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:36:13 +0100 Subject: [PATCH 017/146] Update pipelines.yml --- pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index caa4423..3c625ec 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -17,7 +17,6 @@ pipelines: execution: onExecute: execution: - onExecute: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update From d2ec86fcb2377baffedbd24871054d7825935760 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:38:27 +0100 Subject: [PATCH 018/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 3c625ec..ea876cd 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,8 +1,8 @@ resources: - - name: jfrognexploit + - name: jfrog-example type: GitRepo configuration: - gitProvider: GH + gitProvider: nexploit path: nerkote/jfrog-example pipelines: - name: nexploit From 754604f161e82bf786ba308273c19c7cee01fe67 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:39:09 +0100 Subject: [PATCH 019/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index ea876cd..c4a43ed 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrog-example type: GitRepo configuration: - gitProvider: nexploit + gitProvider: nexploitIntegration path: nerkote/jfrog-example pipelines: - name: nexploit From 43bbaf135e41ce837056829de197f1349d0d80e4 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:41:28 +0100 Subject: [PATCH 020/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index c4a43ed..a99bea4 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -16,7 +16,7 @@ pipelines: - name: jfrognexploit execution: onExecute: - execution: + execution:[ - sudo apt update - sudo chmod 1777 /tmp - sudo apt update @@ -34,6 +34,6 @@ pipelines: --interval 30s \ --timeout 12m \ --token $int_Nexploit_NEXPLOIT_TOKEN \ - --breakpoint high_issue $SCAN_ID + --breakpoint high_issue $SCAN_ID ] onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From e36c15a1afd512ea3caa11c80f73ba9006bef583 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:42:22 +0100 Subject: [PATCH 021/146] Update pipelines.yml --- pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index a99bea4..412caed 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -25,9 +25,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ - --crawler https://brokencrystals.com \ - --token $int_Nexploit_NEXPLOIT_TOKEN) + --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | nexploit-cli scan:polling \ From 1fa692a49f778911865c5cd93277200ade2b97f1 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:43:51 +0100 Subject: [PATCH 022/146] Update pipelines.yml --- pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 412caed..b9124fb 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -24,9 +24,8 @@ pipelines: - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run \ - --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) - - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" + SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) + printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | nexploit-cli scan:polling \ --interval 30s \ From d61fcdae32e535971acd9b858a8cb771441cfe69 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:44:24 +0100 Subject: [PATCH 023/146] Update pipelines.yml --- pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index b9124fb..ad3d410 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -24,8 +24,7 @@ pipelines: - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" + SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) - | nexploit-cli scan:polling \ --interval 30s \ From e6b4ca4d60a4af8b1d5353f18150eeea69ecfaeb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:45:41 +0100 Subject: [PATCH 024/146] Update pipelines.yml --- pipelines.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index ad3d410..a7eaf1d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -23,13 +23,6 @@ pipelines: - sudo apt install nodejs npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - - | - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) - - | - nexploit-cli scan:polling \ - --interval 30s \ - --timeout 12m \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ - --breakpoint high_issue $SCAN_ID ] + - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 1d6dbdef3349f4a9666d0d17f9b135f28f73eb27 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:46:14 +0100 Subject: [PATCH 025/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index a7eaf1d..6611e0c 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -23,6 +23,6 @@ pipelines: - sudo apt install nodejs npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN) + - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN)] onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From e64098a9f7ebf66e9b5717fa48bb8aca05f75b78 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:48:00 +0100 Subject: [PATCH 026/146] Update pipelines.yml --- pipelines.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 6611e0c..1fc6593 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,9 +1,10 @@ resources: - - name: jfrog-example + - name: jfrognexploit type: GitRepo configuration: - gitProvider: nexploitIntegration + gitProvider: GH path: nerkote/jfrog-example + pipelines: - name: nexploit steps: @@ -16,13 +17,23 @@ pipelines: - name: jfrognexploit execution: onExecute: - execution:[ - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - sudo apt install nodejs npm - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" --crawler https://brokencrystals.com --token $int_Nexploit_NEXPLOIT_TOKEN)] + - | + SCAN_ID=$(nexploit-cli scan:run \ + --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ + --crawler https://brokencrystals.com \ + --token $int_Nexploit_NEXPLOIT_TOKEN) + - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" + - | + nexploit-cli scan:polling \ + --interval 30s \ + --timeout 12m \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ + --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 08b71f3905bdb0b8ff7e5a6e2829da37bd36fcd6 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:48:45 +0100 Subject: [PATCH 027/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 1fc6593..8c9dddf 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: GH + gitProvider: nexploitIntegration path: nerkote/jfrog-example pipelines: From dc162ffd717475a4b7482e285549c5958dad000d Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:52:11 +0100 Subject: [PATCH 028/146] Update pipelines.yml --- pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 8c9dddf..6ab324a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,6 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - sudo apt install nodejs npm - - sudo apt install --fix-broken - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 0d5130dcb40c0d92059b1bab02bfd0b2f7d296a8 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:56:13 +0100 Subject: [PATCH 029/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 6ab324a..997bc4d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs npm + - sudo apt install nodejs v10.14.0 npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 7af4a73da36d99c3cfe0f551293b4d45da5cee10 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:59:04 +0100 Subject: [PATCH 030/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 997bc4d..7655ab1 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs v10.14.0 npm + - sudo apt install nodejs v14.0.0 npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 4508d41e31ce18c8f681de4d24cb4bd217dfb150 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:00:29 +0100 Subject: [PATCH 031/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 7655ab1..0a796c7 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs v14.0.0 npm + - sudo apt install nvm v14.0.0 npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 645b0a0c4e10bec26274ad74fd6ea573b0a8fd80 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:01:27 +0100 Subject: [PATCH 032/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 0a796c7..1930b3a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm v14.0.0 npm + - sudo apt install nvm 14.0.0 npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From dd799f896fb8cde2c84408eff0286c94f1a34f6e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:02:57 +0100 Subject: [PATCH 033/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 1930b3a..35e2a9b 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm 14.0.0 npm + - sudo apt install nvm 14.18.2 npm - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 2a45b0f3d706fd26b5129eecae8cdc375fa33ce1 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:03:52 +0100 Subject: [PATCH 034/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 35e2a9b..492e6e1 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm 14.18.2 npm + - sudo apt install nvm 14.18.2 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 94bc324df7edc506e5027fdbd6099a77be67143f Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:04:50 +0100 Subject: [PATCH 035/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 492e6e1..9779891 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm 14.18.2 + - install nvm 14.18.2 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From c8e3a8c4069020dd17e26bf13ca38d2895198a1e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:05:47 +0100 Subject: [PATCH 036/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 9779891..588cce6 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - install nvm 14.18.2 + - sudo apt install nvm v14.18.2 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 508c62891aec775bbe9e37200120faf6c7e2750a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:08:07 +0100 Subject: [PATCH 037/146] Update pipelines.yml --- pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 588cce6..4723d8e 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm v14.18.2 + - sudo apt install https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash + - sudo apt install nvm node - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From e59f0b92ee2f8ecad6597880f02fc82403d6add4 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:08:50 +0100 Subject: [PATCH 038/146] Update pipelines.yml --- pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 4723d8e..e2e920a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,6 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash - sudo apt install nvm node - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 2eb58ff949f5c02cf041a15f7055e98303329c88 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:10:17 +0100 Subject: [PATCH 039/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index e2e920a..bef3e0e 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm node + - sudo apt-get install nvm node - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 47bfeb2d44d9c63beabd1c26b6a4ac084f04c4e4 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:12:12 +0100 Subject: [PATCH 040/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index bef3e0e..bc13dd4 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get install nvm node + - sudo apt install nodejs@14.18.2 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 36ae0293786a8fef70117e74f18f5b2205b59f1e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:13:22 +0100 Subject: [PATCH 041/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index bc13dd4..ab05a82 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs@14.18.2 + - sudo apt-get -yqq install nodejs@14.18.2 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 40fd5dfdbacf9bd3ee2b86bd6ab652fca5cafa86 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:15:13 +0100 Subject: [PATCH 042/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index ab05a82..df768f5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get -yqq install nodejs@14.18.2 + - sudo apt-get -yqq install nodejs --unsafe-perm=true - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 505a6e6767d9153b4db4b72c6a27d89e18a56209 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:16:56 +0100 Subject: [PATCH 043/146] Update pipelines.yml --- pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index df768f5..bbe61bc 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get -yqq install nodejs --unsafe-perm=true + - sudo nvm use 14 + - sudo node -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 1198503ec3a951768518ea2303809d9c24c55ff2 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:17:43 +0100 Subject: [PATCH 044/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index bbe61bc..d17dac7 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,6 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update + - sudo apt install nvm - sudo nvm use 14 - sudo node -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From a850e8b1019346a98444744442fced6180c6276c Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:18:25 +0100 Subject: [PATCH 045/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index d17dac7..3cc5c61 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm + - sudo apt install nvm --unsafe-perm=true - sudo nvm use 14 - sudo node -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From 955e775f4f1aa2ba1a8a1c842608cd68c16d04ca Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:21:00 +0100 Subject: [PATCH 046/146] Update pipelines.yml --- pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 3cc5c61..a64ecee 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nvm --unsafe-perm=true - - sudo nvm use 14 + - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - sudo node -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From b9d559de7a1ea16190f8bbcd8afb4d35aab0d2fb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:23:34 +0100 Subject: [PATCH 047/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index a64ecee..60f6336 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - sudo node -v + - nvm install 14.18.0 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 9064006b5f3c2c16fb7a202a7a08fe559fbf620b Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:24:52 +0100 Subject: [PATCH 048/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 60f6336..b4cec7e 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - nvm install 14.18.0 + - ./install.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From fb38edb96b49e5c0c6906db79a4eee94e4f7f06a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:28:57 +0100 Subject: [PATCH 049/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index b4cec7e..a77f677 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,6 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + - sudo chmod +x install.sh - ./install.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 68ceb9a8074eb91f4b4d5058e24249a0c018fc64 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:31:54 +0100 Subject: [PATCH 050/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index a77f677..fba060c 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - sudo chmod +x install.sh + - chmod +x install.sh - ./install.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From da3c1e662957ff5c5910360e8d44139ea192e969 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:33:35 +0100 Subject: [PATCH 051/146] Update pipelines.yml --- pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index fba060c..02d4972 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,8 +21,6 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - chmod +x install.sh - - ./install.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 4430428b8b11651aa6ce4d4835f3a16295f0f336 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:34:52 +0100 Subject: [PATCH 052/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 02d4972..8f97139 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From 453ab38fbde6b57d41ea0c28023b6e0d7e271a1b Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:36:16 +0100 Subject: [PATCH 053/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 8f97139..736e9e3 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From 220d741b8487b3c4313b93d78934364f27869a76 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:37:11 +0100 Subject: [PATCH 054/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 736e9e3..b5b6116 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + - nvm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From ec159f598802cad28ce5ce24e47ae27a6bbd7d1d Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:38:22 +0100 Subject: [PATCH 055/146] Update pipelines.yml --- pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index b5b6116..7069c2a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,8 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - nvm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - nvm install 14 + - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From 6669a3acd433e64d2b52f7f8d30a4db92cbd3f93 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:38:58 +0100 Subject: [PATCH 056/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 7069c2a..c79fafb 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - - nvm install 14 + - sudo nvm install 14 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 2245b0dc5419864ea3a1467aa620703ff7cbf873 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:41:44 +0100 Subject: [PATCH 057/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index c79fafb..cc075c2 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash - sudo nvm install 14 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 942fe55cd6f55bd42f212a76339c1150c4fd1c20 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:44:25 +0100 Subject: [PATCH 058/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index cc075c2..8294778 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash + - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh - sudo nvm install 14 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From a178ff8b9c4f740dbbc2ff5fb8a456d38aae8ff8 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:45:15 +0100 Subject: [PATCH 059/146] Update pipelines.yml --- pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 8294778..7b5d0f6 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,6 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh - - sudo nvm install 14 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From b560bbd919a3e41536c6629cd484d9c20cf3b2a2 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:47:44 +0100 Subject: [PATCH 060/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 7b5d0f6..be63ed0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh + - sudo wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 3a573c66b77503ec218be8d0de456c6ea9f53c93 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:48:38 +0100 Subject: [PATCH 061/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index be63ed0..8c8f6f3 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh + - sudo apt install node 14 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 3184e93f547b34530886971800e94c71e1de5a3e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:33:24 +0100 Subject: [PATCH 062/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 8c8f6f3..5a7aebe 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install node 14 + - sudo apt install nodejs 10 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From b6ceaeb02e26281fdf05d7640733b635cdb283a7 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:37:46 +0100 Subject: [PATCH 063/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 5a7aebe..46bd551 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt install nodejs 10 + - sudo install nodejs 10 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 6054598e26660c1ca27f73b5750b81deee5e12b8 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:45:25 +0100 Subject: [PATCH 064/146] Update pipelines.yml --- pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 46bd551..4fc09aa 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -11,6 +11,12 @@ pipelines: - name: nexploit type: Bash configuration: + runtime: + type: image + auto: + language: node + versions: + - "10.18.0" integrations: - name: NEXPLOIT inputResources: @@ -20,7 +26,6 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - sudo install nodejs 10 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 9c3664723197db318ec501b4cfe5c45551218e69 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:46:06 +0100 Subject: [PATCH 065/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 4fc09aa..9645e76 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -14,9 +14,9 @@ pipelines: runtime: type: image auto: - language: node - versions: - - "10.18.0" + language: node + versions: + - "10.18.0" integrations: - name: NEXPLOIT inputResources: From 99940273fad1efe61a05d8ba4ae9ba0d31753fa2 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:50:09 +0100 Subject: [PATCH 066/146] Update pipelines.yml --- pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 9645e76..beda93c 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -11,12 +11,6 @@ pipelines: - name: nexploit type: Bash configuration: - runtime: - type: image - auto: - language: node - versions: - - "10.18.0" integrations: - name: NEXPLOIT inputResources: From 34c4590ec9328b5f8fd56f91111fadec30b725d7 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:54:28 +0100 Subject: [PATCH 067/146] Update pipelines.yml --- pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines.yml b/pipelines.yml index beda93c..e0ec5ff 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,6 +20,8 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update + - curl -sL https://deb.nodesource.com/setup | sudo -E bash - + - sudo apt-get install -y nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 24c2f7bda412e288fe2a55a8e30d35b768944567 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:56:05 +0100 Subject: [PATCH 068/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index e0ec5ff..ca2d3bc 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - curl -sL https://deb.nodesource.com/setup | sudo -E bash - + - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt-get install -y nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From 52e0f88b8b0e843e04a4b44fabf56ad2aa1ef853 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 09:58:53 +0100 Subject: [PATCH 069/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index ca2d3bc..4bcb3c0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -25,7 +25,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ + --name "💎 Broken Crystals JFrog" \ --crawler https://brokencrystals.com \ --token $int_Nexploit_NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From a874f89d0317bc1ece89dbd4ec10097f45130fca Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:00:26 +0100 Subject: [PATCH 070/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 4bcb3c0..f10c0bb 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -27,13 +27,13 @@ pipelines: SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals JFrog" \ --crawler https://brokencrystals.com \ - --token $int_Nexploit_NEXPLOIT_TOKEN) + --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | nexploit-cli scan:polling \ - --interval 30s \ + --interval 10s \ --timeout 12m \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token $NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From dc8e6845e556e38f2111ec65ed396f9ea54aeaab Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:01:53 +0100 Subject: [PATCH 071/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index f10c0bb..9817b4f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt-get install -y nodejs + - sudo apt-get install -y nodejs 12 - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From d76e708d4919afc93af23def3be568732bb07095 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:03:14 +0100 Subject: [PATCH 072/146] Update pipelines.yml --- pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 9817b4f..4e4c999 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,9 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt-get install -y nodejs 12 + - sudo apt-get install -y nodejs + - node -v + - npm -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 17326cae4168836e5a93b591637ce0dd1d399964 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:05:47 +0100 Subject: [PATCH 073/146] Update pipelines.yml --- pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 4e4c999..ea1a76f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -26,10 +26,7 @@ pipelines: - npm -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run \ - --name "💎 Broken Crystals JFrog" \ - --crawler https://brokencrystals.com \ - --token $NEXPLOIT_TOKEN) + SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | nexploit-cli scan:polling \ From 729e1b3405160b2644aec7adffd7ee3ec2ef74b7 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:08:45 +0100 Subject: [PATCH 074/146] Update pipelines.yml --- pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index ea1a76f..eba76ce 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,8 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt-get install -y nodejs - - node -v - - npm -v + - npm rebuild - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From 50090194edfaf1504327231d6ad5aa46e3fcf2cb Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:10:01 +0100 Subject: [PATCH 075/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index eba76ce..8a96445 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -25,7 +25,7 @@ pipelines: - npm rebuild - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) + - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | nexploit-cli scan:polling \ From 078a8be6f2869375a397a7bb67e89255d0b39966 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:17:07 +0100 Subject: [PATCH 076/146] Update pipelines.yml --- pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 8a96445..6e9f849 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,14 +20,12 @@ pipelines: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - + - curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt-get install -y nodejs - npm rebuild - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - - | - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - - | nexploit-cli scan:polling \ --interval 10s \ --timeout 12m \ From 59603bb97148ea4db67d58f8ef95cccb18a864f8 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:24:35 +0100 Subject: [PATCH 077/146] Update pipelines.yml --- pipelines.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 6e9f849..39aef3d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -17,12 +17,11 @@ pipelines: - name: jfrognexploit execution: onExecute: - - sudo apt update + - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - curl -fsSL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt-get install -y nodejs - - npm rebuild + - sudo nvm install v0.10.32 + - apt-get install -y nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 982923790d2d3250189815b1c5e0f038d8d4b262 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:28:55 +0100 Subject: [PATCH 078/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 39aef3d..60612ca 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - sudo nvm install v0.10.32 - - apt-get install -y nodejs + - curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh + - bash install_nvm.sh - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 571a1259602f007677635490df1c0112a0f35f3a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:30:17 +0100 Subject: [PATCH 079/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index 60612ca..054b051 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,6 +22,7 @@ pipelines: - sudo apt update - curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh - bash install_nvm.sh + - apt-get install nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 890f2fdaa78ed5797afbd9476bd58caa88a0d0ca Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:31:27 +0100 Subject: [PATCH 080/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 054b051..d1998f1 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,8 +22,8 @@ pipelines: - sudo apt update - curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh - bash install_nvm.sh - - apt-get install nodejs - - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - nvm install --lts + - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" nexploit-cli scan:polling \ From cbc6014b0fa76edf5f5f0d6789dbb1cd4ba54a6f Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:32:46 +0100 Subject: [PATCH 081/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index d1998f1..1ac5050 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - sudo apt update - curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh - bash install_nvm.sh - - nvm install --lts + - sudo nvm install --lts - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From b99ba676b1c74dd351197bcc870ac3cc7f4da46e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 10:34:24 +0100 Subject: [PATCH 082/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 1ac5050..60d6db4 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh - - bash install_nvm.sh + - sudo curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh + - sudo bash install_nvm.sh - sudo nvm install --lts - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From 1601ff4526dd594967b38a512668ace4b1f2dc24 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:05:32 +0100 Subject: [PATCH 083/146] Update pipelines.yml --- pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 60d6db4..a0e182d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,9 +20,7 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - sudo curl -sL https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh -o install_nvm.sh - - sudo bash install_nvm.sh - - sudo nvm install --lts + - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 1dc15a5d0d3cf486864668ff66af22e1bf17f506 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:09:06 +0100 Subject: [PATCH 084/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index a0e182d..84dac3a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,6 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ + - npm install --registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-local/ - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From cb3789ff73458c712afd5b17bd523344416b8efe Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:11:38 +0100 Subject: [PATCH 085/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 84dac3a..81c59f9 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ - - npm install --registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-local/ + - npm install https://nermin.jfrog.io/artifactory/default-npm-local/ - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 6aaaf4ae61d3ac66b7f23fcd3e3937e413a0aa6d Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:13:28 +0100 Subject: [PATCH 086/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index 81c59f9..1357ca6 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,6 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ + - npm login - npm install https://nermin.jfrog.io/artifactory/default-npm-local/ - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From bab4ef420ae953d303c0bd3a0dabcdb5b9ae10ce Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 11:15:35 +0100 Subject: [PATCH 087/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 1357ca6..6284d56 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ - - npm login + - npm login nermin:Motorola96% - npm install https://nermin.jfrog.io/artifactory/default-npm-local/ - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From 8e5593d8bcd9fb992323392d4c8ceea9652a006f Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:11:46 +0100 Subject: [PATCH 088/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 6284d56..b5ca9be 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,9 +20,9 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - npm config set registry https://nermin.jfrog.io/artifactory/api/npm/default-npm-virtual/ - - npm login nermin:Motorola96% - - npm install https://nermin.jfrog.io/artifactory/default-npm-local/ + - sudo apt-get install curl + - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - + - sudo apt-get install -y nodejs - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 9c1761b1ce9cb3797caeeebc9baeca5e06e44858 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:14:54 +0100 Subject: [PATCH 089/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index b5ca9be..1552daf 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -23,6 +23,7 @@ pipelines: - sudo apt-get install curl - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt-get install -y nodejs + - sudo npm install - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 59693c0dc85624467340a0d0c6dede25bed33dbd Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:17:50 +0100 Subject: [PATCH 090/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 1552daf..53061f2 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -23,7 +23,7 @@ pipelines: - sudo apt-get install curl - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt-get install -y nodejs - - sudo npm install + - sudo apt-get install npm - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From a156e983dae11e6d74200b5c9023628859badfde Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:19:05 +0100 Subject: [PATCH 091/146] Update pipelines.yml --- pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 53061f2..8ec1f49 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,8 +22,7 @@ pipelines: - sudo apt update - sudo apt-get install curl - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt-get install -y nodejs - - sudo apt-get install npm + - sudo apt-get install -y nodejs npm - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 870f72d753df0ea950cd6776f698c28d1b8aaa87 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:26:05 +0100 Subject: [PATCH 092/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 8ec1f49..5f7f06f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,8 +21,8 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - sudo apt-get install curl - - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt-get install -y nodejs npm + - sudo apt-get install nodejs=10.9.0-1chl1~precise1 + - npm install -g npm@4.0.0 - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From fef51e2a7213414b68b7a8093ed9e400d40e5a5b Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:29:44 +0100 Subject: [PATCH 093/146] Update pipelines.yml --- pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 5f7f06f..2f6c5eb 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,9 +20,8 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get install curl - - sudo apt-get install nodejs=10.9.0-1chl1~precise1 - - npm install -g npm@4.0.0 + - sudo apt-get install nodejs=10.9.0 + - sudo apt-get install npm=4.0.0 - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From e1a2ea039a50b6d838c6e97054cc8a0049250a28 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:32:46 +0100 Subject: [PATCH 094/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 2f6c5eb..6693dfe 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - sudo apt-get install nodejs=10.9.0 + - sudo apt-get install nodejs=14.9.0 - sudo apt-get install npm=4.0.0 - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From b199440a3d20801aa37a8db37194e54646e885fa Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:34:37 +0100 Subject: [PATCH 095/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index 6693dfe..92caf7f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,6 +20,7 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update + - sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash - sudo apt-get install nodejs=14.9.0 - sudo apt-get install npm=4.0.0 - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true From 402b7c56f5403c04f1d2a2f6b039f5adc11b35e0 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:36:17 +0100 Subject: [PATCH 096/146] Update pipelines.yml --- pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 92caf7f..7181836 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,8 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash - - sudo apt-get install nodejs=14.9.0 - - sudo apt-get install npm=4.0.0 + - sudo nvm install node - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From da255dc715c117b13f606c1e61520f8826338ae7 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:37:21 +0100 Subject: [PATCH 097/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 7181836..a89946e 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - sudo curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash - - sudo nvm install node + - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash + - nvm install node - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 59f497b9810208c5e8d265bf6480331c708f5604 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:39:47 +0100 Subject: [PATCH 098/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index a89946e..6583098 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,7 +20,7 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash + - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash - nvm install node - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) From f1c49a3c9867823ace8f0b5dce5342ad3dd647bf Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:42:46 +0100 Subject: [PATCH 099/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 6583098..c91fd4d 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -20,8 +20,8 @@ pipelines: - sudo apt-get update - sudo chmod 1777 /tmp - sudo apt update - - curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash - - nvm install node + - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - + - sudo apt install nodejs - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From ccac300c7ae2fb05804bd100b1748e6cd1598a47 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:44:40 +0100 Subject: [PATCH 100/146] Update pipelines.yml --- pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipelines.yml b/pipelines.yml index c91fd4d..9c3633b 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,6 +22,8 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs + - node -v + - npm -v - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From c09b883c6ec72dab72d5fa8efdac0e6c35919716 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 13:46:27 +0100 Subject: [PATCH 101/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 9c3633b..21e50d5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -24,7 +24,7 @@ pipelines: - sudo apt install nodejs - node -v - npm -v - - npm install -g @neuralegion/nexploit-cli --unsafe-perm=true + - npm install @neuralegion/nexploit-cli --unsafe-perm=true - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" nexploit-cli scan:polling \ From e6135e105a207299b8e9a8da90b3c34cdb0f8c96 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:11:54 +0100 Subject: [PATCH 102/146] Update pipelines.yml --- pipelines.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 21e50d5..fcef066 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,10 +22,14 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - node -v - - npm -v - npm install @neuralegion/nexploit-cli --unsafe-perm=true - - SCAN_ID=$(nexploit-cli scan:run --name "💎 Broken Crystals JFrog" --crawler https://brokencrystals.com --token $NEXPLOIT_TOKEN) + - | + SCAN_ID=$(nexploit-cli scan:run \ + --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ + --crawler https://brokencrystals.com \ + --token $int_Nexploit_NEXPLOIT_TOKEN) + - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" + - | - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" nexploit-cli scan:polling \ --interval 10s \ From a54962ee9be41bc258d4023eb0432ca49ebcfc92 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:15:30 +0100 Subject: [PATCH 103/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index fcef066..98ea402 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - npm install @neuralegion/nexploit-cli --unsafe-perm=true + - npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From ec81c7b757e16621edad528bbf2a4b2a0ef309d4 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:17:06 +0100 Subject: [PATCH 104/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 98ea402..b71bf2f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - npm install @neuralegion/nexploit-cli -g --unsafe-perm=true + - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ From 0474bd60a0a449e73752671442dd377cf301197e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:18:31 +0100 Subject: [PATCH 105/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index b71bf2f..ef27d27 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,6 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs + - sudo sh -c node-gyp rebuild - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From 7cbec74e52555d2cdfec79176a886e9af00cc808 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:19:30 +0100 Subject: [PATCH 106/146] Update pipelines.yml --- pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index ef27d27..06007f4 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,10 +22,9 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - sudo sh -c node-gyp rebuild - - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true + - sudo npm install @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run \ + sudo SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ --crawler https://brokencrystals.com \ --token $int_Nexploit_NEXPLOIT_TOKEN) From e4b76b40b48791b1979151d52708f53b97d7e549 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:21:51 +0100 Subject: [PATCH 107/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 06007f4..48ff3a3 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -24,7 +24,7 @@ pipelines: - sudo apt install nodejs - sudo npm install @neuralegion/nexploit-cli --unsafe-perm=true - | - sudo SCAN_ID=$(nexploit-cli scan:run \ + scan:run \ --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ --crawler https://brokencrystals.com \ --token $int_Nexploit_NEXPLOIT_TOKEN) From b87f9b855ed67a411c4f8127bc1fd3cdafdf58be Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:23:07 +0100 Subject: [PATCH 108/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 48ff3a3..b087d71 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -25,9 +25,9 @@ pipelines: - sudo npm install @neuralegion/nexploit-cli --unsafe-perm=true - | scan:run \ - --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ + --name "💎 Broken Crystals for JFrog" \ --crawler https://brokencrystals.com \ - --token $int_Nexploit_NEXPLOIT_TOKEN) + --token $NEXPLOIT_TOKEN) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 72e1172fe5163fc68c4841192e6c405c6e4b498a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:24:31 +0100 Subject: [PATCH 109/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index b087d71..d90f8a0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -27,14 +27,14 @@ pipelines: scan:run \ --name "💎 Broken Crystals for JFrog" \ --crawler https://brokencrystals.com \ - --token $NEXPLOIT_TOKEN) + --token qmfz1ab.nexa.g8dpu2y00u3jenmn3hlortbtuv3sbeuz) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" nexploit-cli scan:polling \ --interval 10s \ --timeout 12m \ - --token $NEXPLOIT_TOKEN \ + --token qmfz1ab.nexa.g8dpu2y00u3jenmn3hlortbtuv3sbeuz \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From e528cc1903dedb902e1324f24ead485538577829 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:26:43 +0100 Subject: [PATCH 110/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index d90f8a0..cc35139 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,9 +22,9 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - sudo npm install @neuralegion/nexploit-cli --unsafe-perm=true + - sudo npm install @neuralegion/nexploit-cli -g - | - scan:run \ + SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ --crawler https://brokencrystals.com \ --token qmfz1ab.nexa.g8dpu2y00u3jenmn3hlortbtuv3sbeuz) From 7b43dfc8c25e28fb48d82be5b46bca85b126e484 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:28:02 +0100 Subject: [PATCH 111/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index cc35139..1e9c1f9 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - - sudo npm install @neuralegion/nexploit-cli -g + - npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From c4fd06809cc2f08bdd220eaefe62528a4f046521 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:28:52 +0100 Subject: [PATCH 112/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 1e9c1f9..2719b0a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,8 +21,8 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt install nodejs - - npm install @neuralegion/nexploit-cli -g + - apt install nodejs + - sudo npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From 3b17f2b3e0c0346aad7efcced35966542615604e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:29:58 +0100 Subject: [PATCH 113/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 2719b0a..d991703 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - apt install nodejs + - apt install nodejs --unsafe-perm=true - sudo npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ From 99625e40d34443ddb359c7a6aa59aa5f9e17ab51 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:32:00 +0100 Subject: [PATCH 114/146] Update pipelines.yml --- pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index d991703..2fd1612 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,8 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - apt install nodejs --unsafe-perm=true + - sudo apt install nodejs + - sudo npm cache clean --force - sudo npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ From ee2aeea89e8e160eb79369577da8d680c34f988f Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:34:13 +0100 Subject: [PATCH 115/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 2fd1612..5c14fc7 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -23,7 +23,7 @@ pipelines: - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - sudo npm cache clean --force - - sudo npm install @neuralegion/nexploit-cli -g + - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From 4c3632ff44dc52e657c76d0387ef98495c9a77a9 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:35:45 +0100 Subject: [PATCH 116/146] Update pipelines.yml --- pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 5c14fc7..68c9a78 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,9 +21,8 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt install nodejs - - sudo npm cache clean --force - - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true + - sudo apt install nodejs npm + - sudo npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From 2f7536a41fec421a5f4ab271de1c4a59a3b87d7e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:37:22 +0100 Subject: [PATCH 117/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 68c9a78..2a41012 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs npm - - sudo npm install @neuralegion/nexploit-cli -g + - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From b259fbdcce4e56a86bdf875029abfd40fb2754be Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:38:15 +0100 Subject: [PATCH 118/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 2a41012..46253a0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt install nodejs npm + - sudo apt install nodejs npm --unsafe-perm=true - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From eccb92b1481b542a904c2021ff66e11b2d1827c6 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:40:13 +0100 Subject: [PATCH 119/146] Update pipelines.yml --- pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 46253a0..c2a4b07 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -16,13 +16,13 @@ pipelines: inputResources: - name: jfrognexploit execution: + - sudo apt-get update + - sudo chmod 1777 /tmp + - sudo apt update + - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - + - sudo apt install nodejs + - sudo npm install @neuralegion/nexploit-cli -g onExecute: - - sudo apt-get update - - sudo chmod 1777 /tmp - - sudo apt update - - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt install nodejs npm --unsafe-perm=true - - sudo npm install @neuralegion/nexploit-cli -g --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From 1be3812eec72166d6972d3ec3fb2696e2bd1b6c1 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:41:02 +0100 Subject: [PATCH 120/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index c2a4b07..afdc954 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -22,7 +22,7 @@ pipelines: - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - sudo apt install nodejs - sudo npm install @neuralegion/nexploit-cli -g - onExecute: + onExecute: - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From c442f5c07a33cb2515da46aa44630800c5b1b9d3 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:42:13 +0100 Subject: [PATCH 121/146] Update pipelines.yml --- pipelines.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index afdc954..f3f7ab5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -16,13 +16,13 @@ pipelines: inputResources: - name: jfrognexploit execution: - - sudo apt-get update - - sudo chmod 1777 /tmp - - sudo apt update - - curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - - - sudo apt install nodejs - - sudo npm install @neuralegion/nexploit-cli -g - onExecute: + onExecute: + - sudo apt-get update + - sudo chmod 1777 /tmp + - sudo apt update + - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + - sudo apt install nodejs + - sudo npm install @neuralegion/nexploit-cli -g - | SCAN_ID=$(nexploit-cli scan:run \ --name "💎 Broken Crystals for JFrog" \ From 3900258077897d7e6f7ec0e4fe59580f6f117e18 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:44:41 +0100 Subject: [PATCH 122/146] Update pipelines.yml --- pipelines.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index f3f7ab5..b134f32 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -17,17 +17,19 @@ pipelines: - name: jfrognexploit execution: onExecute: - - sudo apt-get update + - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - - - sudo apt install nodejs - - sudo npm install @neuralegion/nexploit-cli -g + - sudo apt-get install -y nodejs + - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | - SCAN_ID=$(nexploit-cli scan:run \ - --name "💎 Broken Crystals for JFrog" \ - --crawler https://brokencrystals.com \ - --token qmfz1ab.nexa.g8dpu2y00u3jenmn3hlortbtuv3sbeuz) + SCAN_ID=$(nexploit-cli scan:run \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ + --api https://app.neuralegion.com \ + --bus amqps://amq.app.neuralegion.com:5672 \ + --name "💎 Broken Crystals" \ + --crawler https://brokencrystals.com) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" - | - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" From 21a1ce4cb8189288c2ba276afba80d952f1b8188 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:47:00 +0100 Subject: [PATCH 123/146] Update pipelines.yml --- pipelines.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index b134f32..10330b1 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -16,12 +16,14 @@ pipelines: inputResources: - name: jfrognexploit execution: - onExecute: + onExecute: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - - sudo apt-get install -y nodejs + - node -v + - npm -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ @@ -30,13 +32,13 @@ pipelines: --bus amqps://amq.app.neuralegion.com:5672 \ --name "💎 Broken Crystals" \ --crawler https://brokencrystals.com) - - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" + - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID\n" + - printf "Wait for issues ⏳\n" - | - - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID" nexploit-cli scan:polling \ - --interval 10s \ - --timeout 12m \ - --token qmfz1ab.nexa.g8dpu2y00u3jenmn3hlortbtuv3sbeuz \ + --interval 30s \ + --timeout 20m \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From cda0bd6fbfcca591e0163c08bac88f3c80e40fc5 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:48:32 +0100 Subject: [PATCH 124/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 10330b1..80cba07 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -4,7 +4,7 @@ resources: configuration: gitProvider: nexploitIntegration path: nerkote/jfrog-example - + pipelines: - name: nexploit steps: @@ -16,7 +16,7 @@ pipelines: inputResources: - name: jfrognexploit execution: - onExecute: + onExecute: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update From bf481b6db973cbb84510d22444c7d9cfdc904f8f Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 15:12:00 +0100 Subject: [PATCH 125/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 80cba07..f36b1e4 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -27,7 +27,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token $NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "💎 Broken Crystals" \ @@ -38,7 +38,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token $NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 8522a8ca7049bd46195c530c86947723cd94edec Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 15:23:27 +0100 Subject: [PATCH 126/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index f36b1e4..80cba07 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -27,7 +27,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $NEXPLOIT_TOKEN \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "💎 Broken Crystals" \ @@ -38,7 +38,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $NEXPLOIT_TOKEN \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From c702a2469717683495aaa265f2a5f615da0dbdc1 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 15:25:29 +0100 Subject: [PATCH 127/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 80cba07..567758b 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -27,7 +27,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token vs0gxzp.nexa.vqnc7olwz03nwemiobr4oiluhgfgcg0m \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "💎 Broken Crystals" \ @@ -38,7 +38,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token vs0gxzp.nexa.vqnc7olwz03nwemiobr4oiluhgfgcg0m \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From c5c15c62239ab2e218971b573fd97ee70d9c51e0 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:27:45 +0100 Subject: [PATCH 128/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 567758b..cd81eba 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: nexploitIntegration + gitProvider: nnexploitIntegration path: nerkote/jfrog-example pipelines: From a00e08fe417cc0e4d8c445338fa7d7959958962e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Mon, 27 Dec 2021 16:28:23 +0100 Subject: [PATCH 129/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index cd81eba..8c148bf 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,9 +1,9 @@ resources: - name: jfrognexploit - type: GitRepo + type: gGitRepo configuration: gitProvider: nnexploitIntegration - path: nerkote/jfrog-example + path: nerkote/jjfrog-example pipelines: - name: nexploit @@ -12,7 +12,7 @@ pipelines: type: Bash configuration: integrations: - - name: NEXPLOIT + - name: NEXPLOITt inputResources: - name: jfrognexploit execution: From b185bad69e9c34dca0ac3ecd75235d1f2df95477 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Tue, 28 Dec 2021 09:20:04 +0100 Subject: [PATCH 130/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 8c148bf..370e97a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: gGitRepo configuration: - gitProvider: nnexploitIntegration + gitProvider: nnexploitIintegration path: nerkote/jjfrog-example pipelines: @@ -14,7 +14,7 @@ pipelines: integrations: - name: NEXPLOITt inputResources: - - name: jfrognexploit + - name: jjfrognexploit execution: onExecute: - sudo apt update From 691daedb340cb40efc5d4bec4cda1f935d1924dc Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:46:42 +0100 Subject: [PATCH 131/146] Update pipelines.yml --- pipelines.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 370e97a..bf34666 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,9 +1,9 @@ resources: - name: jfrognexploit - type: gGitRepo + type: GitRepo configuration: - gitProvider: nnexploitIintegration - path: nerkote/jjfrog-example + gitProvider: nexploitIintegration + path: nerkote/jfrog-example pipelines: - name: nexploit @@ -12,9 +12,9 @@ pipelines: type: Bash configuration: integrations: - - name: NEXPLOITt + - name: NEXPLOIT inputResources: - - name: jjfrognexploit + - name: NEXPLOIT execution: onExecute: - sudo apt update @@ -27,7 +27,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token vs0gxzp.nexa.vqnc7olwz03nwemiobr4oiluhgfgcg0m \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "💎 Broken Crystals" \ From 37ad1a66a52dc8df0f277b9cc1b4b0ece0687024 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:47:44 +0100 Subject: [PATCH 132/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index bf34666..b04ee4f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,7 +2,7 @@ resources: - name: jfrognexploit type: GitRepo configuration: - gitProvider: nexploitIintegration + gitProvider: nexploitIntegration path: nerkote/jfrog-example pipelines: From e07a42a6e70f888ad869e3fb6f8dc9c941a0f771 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:48:36 +0100 Subject: [PATCH 133/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index b04ee4f..4a3e88c 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -14,7 +14,7 @@ pipelines: integrations: - name: NEXPLOIT inputResources: - - name: NEXPLOIT + - name: jfrognexploit execution: onExecute: - sudo apt update From d03a29fc9176296a4eb84f85e41c7bb68ba57165 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 09:58:42 +0100 Subject: [PATCH 134/146] Update pipelines.yml --- pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 4a3e88c..0155cf5 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -12,7 +12,7 @@ pipelines: type: Bash configuration: integrations: - - name: NEXPLOIT + - name: Nexploit inputResources: - name: jfrognexploit execution: From 3b57dceb66fd90dabdb372cd4b8cfecc0ded990d Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:05:08 +0100 Subject: [PATCH 135/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 0155cf5..9f62884 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -16,7 +16,7 @@ pipelines: inputResources: - name: jfrognexploit execution: - onExecute: + onExecute: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update @@ -30,7 +30,7 @@ pipelines: --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ - --name "💎 Broken Crystals" \ + --name "Without repeater" \ --crawler https://brokencrystals.com) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID\n" - printf "Wait for issues ⏳\n" @@ -38,7 +38,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token vs0gxzp.nexa.vqnc7olwz03nwemiobr4oiluhgfgcg0m \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 43d3f7cd8c0c31da65195c59ce1b25b3a698fb3e Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:06:13 +0100 Subject: [PATCH 136/146] Update pipelines.yml --- pipelines.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 9f62884..8f83d8f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,10 +1,10 @@ resources: - - name: jfrognexploit + - name: jfrognexploit1 type: GitRepo configuration: gitProvider: nexploitIntegration path: nerkote/jfrog-example - + pipelines: - name: nexploit steps: @@ -14,16 +14,14 @@ pipelines: integrations: - name: Nexploit inputResources: - - name: jfrognexploit + - name: jfrognexploit1 execution: - onExecute: + onExecute: - sudo apt update - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - - sudo apt-get install -y nodejs - - node -v - - npm -v - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ From ab6b50d27906b68d6999076f33e2a5ffa658f87a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:48:42 +0100 Subject: [PATCH 137/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 8f83d8f..6ec1db0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,5 +1,5 @@ resources: - - name: jfrognexploit1 + - name: jfrognexploit type: GitRepo configuration: gitProvider: nexploitIntegration @@ -14,7 +14,7 @@ pipelines: integrations: - name: Nexploit inputResources: - - name: jfrognexploit1 + - name: jfrognexploit execution: onExecute: - sudo apt update From 2042a68def537cb2e0d6b8f0d6fe7b5616c18167 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 10:57:04 +0100 Subject: [PATCH 138/146] Update pipelines.yml --- pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipelines.yml b/pipelines.yml index 6ec1db0..4b19852 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,6 +21,7 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - + - npm install - sudo apt-get install -y nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From a0a3dc48eda3c2234c6cfb8532dc74a76d4ea21a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:01:25 +0100 Subject: [PATCH 139/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 4b19852..a2e2a0b 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -26,7 +26,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token $Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "Without repeater" \ @@ -37,7 +37,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $int_Nexploit_NEXPLOIT_TOKEN \ + --token $Nexploit_NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 2fc06c6a963cbc65147fba73b83cc4b9c00142f7 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:02:36 +0100 Subject: [PATCH 140/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index a2e2a0b..41c5c32 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -26,7 +26,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $Nexploit_NEXPLOIT_TOKEN \ + --token $NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "Without repeater" \ @@ -37,7 +37,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $Nexploit_NEXPLOIT_TOKEN \ + --token $NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From ecceb14b3330ed3d79a1f888dc8ae7002c5eafd5 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:04:05 +0100 Subject: [PATCH 141/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 41c5c32..008ee6a 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -14,7 +14,7 @@ pipelines: integrations: - name: Nexploit inputResources: - - name: jfrognexploit + - name: Nexploit execution: onExecute: - sudo apt update @@ -26,7 +26,7 @@ pipelines: - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | SCAN_ID=$(nexploit-cli scan:run \ - --token $NEXPLOIT_TOKEN \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ --name "Without repeater" \ From 50786f8f6d5d29749a6ceea7692ea4c833a0a6c6 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:05:26 +0100 Subject: [PATCH 142/146] Update pipelines.yml --- pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 008ee6a..42469ff 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,5 +1,5 @@ resources: - - name: jfrognexploit + - name: jfrognexploit1 type: GitRepo configuration: gitProvider: nexploitIntegration @@ -14,7 +14,7 @@ pipelines: integrations: - name: Nexploit inputResources: - - name: Nexploit + - name: jfrognexploit1 execution: onExecute: - sudo apt update From 666172be4bae78d56dadf0a079a5a8d74396a8b3 Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:13:29 +0100 Subject: [PATCH 143/146] Update pipelines.yml --- pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelines.yml b/pipelines.yml index 42469ff..0aab49c 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -21,7 +21,6 @@ pipelines: - sudo chmod 1777 /tmp - sudo apt update - curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - - - npm install - sudo apt-get install -y nodejs - sudo npm install -g @neuralegion/nexploit-cli --unsafe-perm=true - | From cd1c5fed2d4fd767f7e62feb0e4fa5df929d43dc Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:17:52 +0100 Subject: [PATCH 144/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 0aab49c..6ec1db0 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,5 +1,5 @@ resources: - - name: jfrognexploit1 + - name: jfrognexploit type: GitRepo configuration: gitProvider: nexploitIntegration @@ -14,7 +14,7 @@ pipelines: integrations: - name: Nexploit inputResources: - - name: jfrognexploit1 + - name: jfrognexploit execution: onExecute: - sudo apt update @@ -36,7 +36,7 @@ pipelines: nexploit-cli scan:polling \ --interval 30s \ --timeout 20m \ - --token $NEXPLOIT_TOKEN \ + --token $int_Nexploit_NEXPLOIT_TOKEN \ --breakpoint high_issue $SCAN_ID onComplete: - nexploit-cli scan:stop --token $int_Nexploit_NEXPLOIT_TOKEN $SCAN_ID From 74bda93c9c79657b9b36d112bfe4b7b99fa34dbe Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:26:35 +0100 Subject: [PATCH 145/146] Update pipelines.yml --- pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 6ec1db0..9eec21f 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -1,20 +1,20 @@ resources: - - name: jfrognexploit + - name: JFrogNeuraLegion type: GitRepo configuration: gitProvider: nexploitIntegration path: nerkote/jfrog-example pipelines: - - name: nexploit + - name: neuralegion steps: - - name: nexploit + - name: neuralegion type: Bash configuration: integrations: - name: Nexploit inputResources: - - name: jfrognexploit + - name: JFrogNeuraLegion execution: onExecute: - sudo apt update @@ -28,7 +28,7 @@ pipelines: --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ - --name "Without repeater" \ + --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ --crawler https://brokencrystals.com) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID\n" - printf "Wait for issues ⏳\n" From ab8f24ab2659c34f48374a4215a2dc50e3cfb16a Mon Sep 17 00:00:00 2001 From: Nermin <77341744+nerkote@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:37:51 +0100 Subject: [PATCH 146/146] Update pipelines.yml --- pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pipelines.yml b/pipelines.yml index 9eec21f..7616eac 100644 --- a/pipelines.yml +++ b/pipelines.yml @@ -2,8 +2,8 @@ resources: - name: JFrogNeuraLegion type: GitRepo configuration: - gitProvider: nexploitIntegration - path: nerkote/jfrog-example + gitProvider: GitHub + path: NeuraLegion/jfrog-example pipelines: - name: neuralegion @@ -28,7 +28,7 @@ pipelines: --token $int_Nexploit_NEXPLOIT_TOKEN \ --api https://app.neuralegion.com \ --bus amqps://amq.app.neuralegion.com:5672 \ - --name "💎 Broken Crystals for a #${res_jfrognexploit_commitSha} #${run_id}" \ + --name "💎 Broken Crystals scan without repeater" \ --crawler https://brokencrystals.com) - printf "Scan was started with ID https://nexploit.app/scans/$SCAN_ID\n" - printf "Wait for issues ⏳\n"