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

Install sslyze in travis CI #1

Closed
postmodern opened this issue Dec 16, 2014 · 3 comments
Closed

Install sslyze in travis CI #1

postmodern opened this issue Dec 16, 2014 · 3 comments

Comments

@postmodern
Copy link
Collaborator

Need a before hook to download and unpack sslyze somewhere. I can modify spec_helper.rb to add it to $PATH.

@postmodern
Copy link
Collaborator Author

Actually, do we care about actually running sslyze, or just all the code that parses it's XML?

@dguido
Copy link
Member

dguido commented Dec 16, 2014

I think something like this would work:

before_install:
  - wget https://github.com/nabla-c0d3/sslyze/releases/download/release-0.10/sslyze-0_10-linux64.zip
  - unzip sslyze-0_10-linux64.zip
  - export PATH=$PATH:$PWD/sslyze

You could also do export SSLYZE=$PWD/sslyze or similar and use that special variable in the spec.

ps. not sure about your question. Might be easier to just save a few XML outputs from SSLyze on the Alexa top 500 and just validate you can parse all of them.

@postmodern
Copy link
Collaborator Author

Closing now that sslyze can be pip installed.

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

No branches or pull requests

2 participants