nowsecure / auto-azure-extension

Azure DevOps Extension for NowSecure Auto Security Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure DevOps Extension for NowSecure Auto Security Test

Marketplace URL for Installation and Download to TFS/Azure DevOps Server:

Development

  • install node
  • npm install -g tfx-cli
  • cd Nowsecure
  • npm install

Edit task.json to update version

Edit index.ts to update business logic/params

Finally, run

  tsc

Note: It uses same core Java code that is used by the CircleCI (https://github.com/nowsecure/auto-circleci-plugin)

Deploy

  cd Nowsecure && npm install && tsc;cd .. && tfx extension create --rev-version --manifest-globs vss-extension.json

Then upload extension (vsix) to https://marketplace.visualstudio.com/manage/publishers/nowsecure-com?noPrompt=true

Installation

See Overview documentation

About

Azure DevOps Extension for NowSecure Auto Security Test

License:Other


Languages

Language:TypeScript 82.7%Language:Shell 17.3%