Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
fastlane-plugin-report
Advanced tools
This project is a fastlane plugin. To get started with fastlane-plugin-report
, add it to your project by running:
fastlane add_plugin report
After an action, like scan for instance, you're able to generate a report file.
This fastlane plugin gives you a way to upload and share your report using Slack.
See this exemple above:
report(
slack_api_token: 'xxxx-0000000-11111111-222222222-xxxxxxxx333333',
path: './some/path/report.html',
path_type: 'text/html',
file_name: 'report.html'
)
Parameter | Description | Mandatory | Environment |
---|---|---|---|
slack_api_token | Token of slack rest api. Need to be generated at https://api.slack.com | true | REPORT_SLACK_API_TOKEN |
path | Relative path to report file (ex. ./reports/20170603140211.html) | true | REPORT_PATH |
path_type | Multipart type of your report file (ex. text/html) | true | REPORT_PATH_TYPE |
file_name | Name of your file (ex. 20170603140211.html) | true | REPORT_FILE_NAME |
channels | Selected channels to upload and post your report (default: #channel) | false | REPORT_SLACK_CHANNELS |
title | Title that will be shown on Slack | false | REPORT_TITLE |
message | Message that will be shown on Slack | false | REPORT_MESSAGE |
scan_as_pdf | File that will be sent to Slack (default: true if was a HTML file) | false | REPORT_SCAN_AS_PDF |
To run both the tests, and code style validation, run
rake
To automatically fix many of the styling issues, use
rubocop -a
For any other issues and feedback about this plugin, please submit it to this repository.
NOTE: Feel free to give feedback or report some bugs or even contribute with some code.
If you have trouble using plugins, check out the Plugins Troubleshooting guide.
fastlane
PluginsFor more information about how the fastlane
plugin system works, check out the Plugins documentation.
fastlane
fastlane
is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out fastlane.tools.
FAQs
Unknown package
We found that fastlane-plugin-report demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.