
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.
@hdsydsvenskan/travis-env-sync
Advanced tools
Syncs Travis settings and .travis.yml across a large number of repositories
Syncs Travis settings and .travis.yml
across a large number of repositories
Sets Travis settings for only building when there's a .travis.yml
and optionally sets cron and secret environment variables (adds or updates). Also builds and pushes a .travis.yml
with optionally an encrypted Slack notification.
Built to support both both Travis .org and .com, but only tested with .com.
npm install -g @hdsydsvenskan/travis-env-sync
travis-env-sync config.yml
Or:
cat config.yml | travis-env-sync
--keychain
/ -k
– use Keychain to store secrets (or non-Mac equivalent supported by keytar)--reset
/ -r
– reset the data in the Keychain, so new data can be defined--help
--version
Example:
repos:
- 'example/example'
cron: 'weekly'
slack: 'slackorganization'
private_travis: true
secret_env_vars:
- 'NPM_TOKEN'
travis:
language: node_js
node_js:
- '8'
- '6'
sudo: false
before_install:
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
weekly
, daily
or monthly
to set up a cron job to run for master
if it hasn't recently builttrue
if your targeting private repos (you can't target both private and public repos at once as Travis runs the two at two different API:s)FAQs
Syncs Travis settings and .travis.yml across a large number of repositories
The npm package @hdsydsvenskan/travis-env-sync receives a total of 0 weekly downloads. As such, @hdsydsvenskan/travis-env-sync popularity was classified as not popular.
We found that @hdsydsvenskan/travis-env-sync demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 open source maintainers 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.