Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melezhik/sparrowdo-cordova-osx-fortify
- Owner: melezhik
- Created: 2018-09-19T16:24:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T18:54:02.000Z (over 6 years ago)
- Last Synced: 2024-10-11T21:40:48.245Z (2 months ago)
- Topics: automation, cordova, fortify, fortify-sca, fortify-source, ios, osx, perl6, sparrowdo
- Language: Perl 6
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
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