Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove failing security checks #1254

Closed
wants to merge 1 commit into from
Closed

Conversation

styfle
Copy link
Member

@styfle styfle commented May 7, 2018

Description

  • Fixes all failing PRs
  • Removes the travis step to run security checks

Contributor

  • no tests required for this PR.

Committer

In most cases, this should be a different person than the contributor.

  • Draft GitHub release notes have been updated.
  • CI is green (no forced merge required).
  • Merge PR

@UziTech
Copy link
Member

UziTech commented May 7, 2018

maybe instead of removing it we can tell travis that it is ok if it fails. see allow_failures

something like:

...
jobs:
  allow_failures:
    - stage: security scan 🔐
      script: npm run test:redos
      node_js: lts/*
...

@styfle
Copy link
Member Author

styfle commented May 7, 2018

@UziTech Whoa I had no idea you could do that. Do you want to make a new PR and I'll just close this one?

@UziTech
Copy link
Member

UziTech commented May 7, 2018

ya sounds good. I'll work on that tonight

@styfle
Copy link
Member Author

styfle commented May 7, 2018

Closing...this is superseded by #1256

@styfle styfle closed this May 7, 2018
@styfle styfle deleted the remove-security branch May 7, 2018 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants