
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.