
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
github.com/ropoja/bitrise-step-upload-saucelabs-mobile-app-storage
Advanced tools
Bitrise step to upload an app to the App Management section of SauceLabs.
Can be run directly with the bitrise CLI,
just git clone this repository, cd into it's folder in your Terminal/Command Line
and call bitrise run test.
Check the bitrise.yml file for required inputs which have to be
added to your .bitrise.secrets.yml file!
Step by step:
git clone the repositorycd into the directory of the step (the one you just git cloned).bitrise.secrets.yml file in the same directory of bitrise.yml
(the .bitrise.secrets.yml is a git ignored file, you can store your secrets in it)bitrise.yml file for any secret you should set in .bitrise.secrets.yml
# define these in your .bitrise.secrets.yml, in the app:envs section..bitrise.secrets.yml you can just run this step with the bitrise CLI: bitrise run testAn example .bitrise.secrets.yml file:
envs:
- SECRET_SAUCE_ACCESS_KEY: access-key
step.sh with your functionalitystep.yml (inputs section)step.yml toobitrise.ymlbitrise run test - if it works, you're readyFor Step development guidelines & best practices check this documentation: https://github.com/bitrise-io/bitrise/blob/master/_docs/step-development-guideline.md.
NOTE:
If you want to use your step in your project's bitrise.yml:
bitrise.yml with the git::PUBLIC-GIT-CLONE-URL@BRANCH step reference style:- git::https://github.com/user/my-step.git@branch:
title: My step
inputs:
- my_input_1: "my value 1"
- my_input_2: "my value 2"
You can find more examples of step reference styles in the bitrise CLI repository.
git clone itbitrise project, either on your Mac or on bitrise.iobitrise.yml with either a relative path, or with a git URL format- original-step-id: use - path::./relative/path/of/script/on/your/Mac:- original-step-id: use - git::https://github.com/user/step.git@branch:You can share your Step or step version with the bitrise CLI. If you use the bitrise.yml included in this repository, all you have to do is:
cd into this directory (where the bitrise.yml of the step is located)bitrise run test to test the stepbitrise run audit-this-step to audit the step.ymlshare-this-step workflow in the bitrise.yml, and fill out the
envs if you haven't done so already (don't forget to bump the version number if this is an update
of your step!)bitrise run share-this-step to share the step (version) you specified in the envsbitrise run share-this-stepThat's all ;)
FAQs
Unknown package
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 is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.