Skip to content

Commit 40e65b5

Browse files
authored
Merge pull request #168 from snyk/fix/HEAD-248-resolve-vuln
fix: upgrade azure-pipelines-task-lib dependency [HEAD-248]
2 parents 0e57def + 4d0c4ea commit 40e65b5

File tree

10 files changed

+30933
-9
lines changed

10 files changed

+30933
-9
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- run:
1414
name: Build
1515
command: |
16-
npm run build
16+
npm run build:clean
1717
- run:
1818
name: Checks
1919
command: |
@@ -49,7 +49,7 @@ jobs:
4949
- run:
5050
name: Run Build
5151
command: |
52-
npm run build
52+
npm run build:clean
5353
5454
- run:
5555
name: Build and Deploy to Test Environment
@@ -110,7 +110,7 @@ jobs:
110110
- run:
111111
name: Build
112112
command: |
113-
npm run build
113+
npm run build:clean
114114
115115
- run:
116116
name: Create Extension
@@ -144,7 +144,7 @@ workflows:
144144
branches:
145145
ignore: master
146146
- deploy_prod:
147-
context: nodejs-lib-release
147+
context: team-hammerhead-common-deploy-tokens
148148
requires:
149149
- test
150150
filters:

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ cycle.sh
99
.taskkey
1010
/.mocha_tests/
1111
snykTask/coverage
12-
package-lock.json
1312
*.bak
1413
*.vsix
1514
.eslintcache

ops/deploy/install-extension-to-dev-org.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async function main() {
7474
console.log(`Extension version installed: ${afterInstallExtensionVersion}`);
7575

7676
// there seems to be a delay between when the API indicates the extension is available and when a Pipeline
77-
// can be succesfully launched that uses it.
77+
// can be successfully launched that uses it.
7878
// so, we will sleep for 30 seconds to give it some time to sort itself out
7979
console.log(
8080
'sleeping for 30 seconds to give Azure DevOps time to settle extension availability',

ops/deploy/package-lock.json

Lines changed: 240 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)