Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/appknox/appknox-azure-extension
Appknox azure pipeline extension for auto security testing
https://github.com/appknox/appknox-azure-extension
appknox appknox-azure-extension azure devops extension
Last synced: 1 day ago
JSON representation
Appknox azure pipeline extension for auto security testing
- Host: GitHub
- URL: https://github.com/appknox/appknox-azure-extension
- Owner: appknox
- License: mit
- Created: 2019-10-25T11:12:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:46:38.000Z (about 2 years ago)
- Last Synced: 2024-11-06T08:16:02.613Z (about 2 months ago)
- Topics: appknox, appknox-azure-extension, azure, devops, extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=appknox.appknox
- Size: 19.7 MB
- Stars: 0
- Watchers: 12
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# appknox-azure-extension
Appknox azure pipeline extension for auto security testing## Development
- install node
- npm install -g tfx-cli
- cd buildAndReleaseTask
- npm installEdit task.json to update version
Edit index.ts to update business logic/params
Finally, run
```
tsc
```## Build
```
cd buildAndReleaseTask && 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/appknox
### Installation
See [Overview documentation](overview.md)