Skip to content

Commit

Permalink
Merge pull request #168 from snyk/fix/HEAD-248-resolve-vuln
Browse files Browse the repository at this point in the history
fix: upgrade azure-pipelines-task-lib dependency [HEAD-248]
  • Loading branch information
cat2608 authored Sep 19, 2023
2 parents 0e57def + 4d0c4ea commit 40e65b5
Show file tree
Hide file tree
Showing 10 changed files with 30,933 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run:
name: Build
command: |
npm run build
npm run build:clean
- run:
name: Checks
command: |
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- run:
name: Run Build
command: |
npm run build
npm run build:clean
- run:
name: Build and Deploy to Test Environment
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- run:
name: Build
command: |
npm run build
npm run build:clean
- run:
name: Create Extension
Expand Down Expand Up @@ -144,7 +144,7 @@ workflows:
branches:
ignore: master
- deploy_prod:
context: nodejs-lib-release
context: team-hammerhead-common-deploy-tokens
requires:
- test
filters:
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cycle.sh
.taskkey
/.mocha_tests/
snykTask/coverage
package-lock.json
*.bak
*.vsix
.eslintcache
Expand Down
2 changes: 1 addition & 1 deletion ops/deploy/install-extension-to-dev-org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ async function main() {
console.log(`Extension version installed: ${afterInstallExtensionVersion}`);

// there seems to be a delay between when the API indicates the extension is available and when a Pipeline
// can be succesfully launched that uses it.
// can be successfully launched that uses it.
// so, we will sleep for 30 seconds to give it some time to sort itself out
console.log(
'sleeping for 30 seconds to give Azure DevOps time to settle extension availability',
Expand Down
240 changes: 240 additions & 0 deletions ops/deploy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 40e65b5

Please sign in to comment.