Releases: nowsecure/nowsecure-azure-ci-extension
Releases · nowsecure/nowsecure-azure-ci-extension
v0.1.2
v0.1.0
Overview
NowSecure provides purpose-built, fully automated mobile application security testing (static and dynamic) for your development pipeline. By testing your mobile application binary post-build from Azure, NowSecure ensures comprehensive coverage of newly developed code, third party components, and system dependencies.
Usage Example
- task: nowsecure-azure-ci-extension@<tag>
inputs:
# Required Inputs
group: "<group-ref>"
token: $(NS_TOKEN)
binary_file: "<path-to-binary>"
# Recommended Optional Inputs
minimum_score: 70
analysis_type: static
artifact_dir: '$(build.artifactStagingDirectory)/NowSecureArtifacts'
For more information, please refer to the project's README.
What's Changed
- feat(PI-4808): initial commit - use nowsecure-ci binary for extension by @amgoodfellow in #2
- feat(PI-4819): add GHA for azure extension publishing by @amgoodfellow in #3
- chore: update docs, add some basic dev convenience files by @amgoodfellow in #7
- chore: update link for group information by @amgoodfellow in #8
- docs: update README for Azure DevOps integration by @1tacocat1 in #9
New Contributors
- @amgoodfellow made their first contribution in #2
- @1tacocat1 made their first contribution in #9
Full Changelog: https://github.com/nowsecure/nowsecure-azure-ci-extension/commits/v0.1.0