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: 9 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-07-11T08:49:20.000Z (12 months ago)
- Last Synced: 2025-07-11T11:02:52.096Z (12 months ago)
- Topics: appknox, appknox-azure-extension, azure, devops, extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=appknox.appknox
- Size: 19.6 MB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 13
-
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 install
Edit 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)