
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
Runs accesslint-cli in CircleCI and comments on GitHub pull requests with new accessibility issues.
accesslint-ci will crawl a host site and run accessibility assertions on the pages. If there are any new accessibility issues, accesslint-ci will comment on the pull request that initiated the build in CircleCI.
accesslint-cli
, accesslint-ci
)accesslint-ci scan <development server e.g. http://localhost:3000>
In your circle.yml
file:
general:
artifacts:
- "tmp/accesslint.log"
machine:
environment:
ACCESSLINT_API_TOKEN: <API token from https://accesslint.com>
ACCESSLINT_GITHUB_USER: <GitHub user authenticated at https://accesslint.com>
node:
version: 6.1.0
dependencies:
override:
- npm install -g accesslint-cli
- gem install accesslint-ci
test:
post:
- bundle exec rails server -d -p 3000
- accesslint-ci scan http://localhost:3000
AccessLint does not support commenting on private repos right now. Follow the project backlog for plans.
AccessLint CI only works in CircleCI right now. See https://github.com/accesslint/accesslint-ci/issues/15
AccessLint CI is Copyright © 2016 thoughtbot, inc. It is free software, and may be redistributed under the terms specified by the MIT License.
AccessLint is maintained and funded by thoughtbot.
We love open source software! See our other projects or hire us to design, develop, and grow your product.
FAQs
Unknown package
We found that accesslint-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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.