Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
hubot-travis-ci
Advanced tools
A hubot script used to interact with Travis CI.
Work with both Travis CI for open source and Travis Pro for private projects.
npm install hubot-travis-ci --save
Add "hubot-travis-ci" to external-scripts.json.
HUBOT_TRAVIS_ACCESS_TOKEN - API key
HUBOT_TRAVIS_API_HOST - "https://api.travis-ci.com" or "https://api.travis-ci.org"
HUBOT_TRAVIS_ORGNAME - Organization, user, or project name
HUBOT_TRAVIS_URL - "https://<host>.travis-ci.com" or "https://travis-ci.org"
The Travis integration token is semi-secret. Use the official ruby client to generate an encrypted token.
hubot travis restart <repo> - Restart a travis build
hubot travis cancel <repo> - Cancel a travis build
This script was originally built for the Slack hubot integration. To get build notifications posted back into Slack setup the existing Travis CI integration.
Refer to the Travis CI API docs.
FAQs
Hubot script for interacting with Travis CI
The npm package hubot-travis-ci receives a total of 0 weekly downloads. As such, hubot-travis-ci popularity was classified as not popular.
We found that hubot-travis-ci 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.