https://github.com/nowsecure/auto-azure-extension
Azure DevOps Extension for NowSecure Auto Security Test
https://github.com/nowsecure/auto-azure-extension
Last synced: 9 months ago
JSON representation
Azure DevOps Extension for NowSecure Auto Security Test
- Host: GitHub
- URL: https://github.com/nowsecure/auto-azure-extension
- Owner: nowsecure
- License: other
- Created: 2019-08-29T17:26:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T19:20:50.000Z (about 1 year ago)
- Last Synced: 2025-03-24T01:25:33.930Z (10 months ago)
- Language: TypeScript
- Size: 1.81 MB
- Stars: 2
- Watchers: 8
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license-terms.md
Awesome Lists containing this project
README
# Azure DevOps Extension for NowSecure Auto Security Test
## Marketplace URL for Installation and Download to TFS/Azure DevOps Server:
- [https://marketplace.visualstudio.com/items?itemName=Nowsecure-com.azure-nowsecure-auto-security-test]
## 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](overview.md)