Skip to content

Releases: nowsecure/nowsecure-azure-ci-extension

v0.1.2

19 Aug 19:44
ce3c988
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.0

19 Aug 13:55
4186cf4
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/nowsecure/nowsecure-azure-ci-extension/commits/v0.1.0