Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melezhik/sparrowdo-cordova-osx-fortify

Sparrowdo module to run HP Fortify scan against Cordova/OSx project
https://github.com/melezhik/sparrowdo-cordova-osx-fortify

automation cordova fortify fortify-sca fortify-source ios osx perl6 sparrowdo

Last synced: about 2 months ago
JSON representation

Sparrowdo module to run HP Fortify scan against Cordova/OSx project

Awesome Lists containing this project

README

        

# Sparrowdo::Cordova::OSx::Fortify

Sparrowdo module to run HP Fortify scan against Cordova/OSx project.

# USAGE

$ zef install Sparrowdo::Cordova::OSx::Fortify

$ sparrowdo --local_mode --no_sudo --cwd=/path/to/cordova/project \
--module_run=Cordova::OSx::Fortify@scan-file=out.fpr,build-id=test

# Parameters

## scan-file

Name of generated scan file, the file will be created at the project root directory ( set by `cwd` parameter ). Default value is `out.fpr`.

## configuration

Xcode build configuration. Default value is `Debug`.

## skip-pod-setup

Don't run `pod setup` if set.

## build-id

Sets HP Fortify build ID. Default value is `test`

# Author

Alexey Melezhik