Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@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
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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.