mirror of
https://github.com/mozilla/cipherscan.git
synced 2025-04-21 01:03:39 +02:00
Merge b8400e5591
into 5866911b62
This commit is contained in:
commit
62c88e3e7f
27
.github/workflows/test.yml
vendored
Normal file
27
.github/workflows/test.yml
vendored
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
name: cipherscan
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
python-version: ["3.8", "3.10", "3.12"]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Test Python ${{ matrix.python-version }}
|
||||||
|
uses: actions/setup-python@v5
|
||||||
|
with:
|
||||||
|
python-version: ${{ matrix.python-version }}
|
||||||
|
- name: Install
|
||||||
|
run: |
|
||||||
|
python -m pip install six
|
||||||
|
- name: Scan
|
||||||
|
run: |
|
||||||
|
./cipherscan example.org
|
@ -1,4 +0,0 @@
|
|||||||
dist: trusty
|
|
||||||
language: python
|
|
||||||
script:
|
|
||||||
- ./cipherscan google.com
|
|
21
README.md
21
README.md
@ -1,7 +1,7 @@
|
|||||||
CipherScan
|
CipherScan
|
||||||
==========
|
==========
|
||||||
|
|
||||||
[](https://travis-ci.org/mozilla/cipherscan)
|
[](https://github.com/mozilla/cipherscan/actions/workflows/test.yml)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -212,20 +212,11 @@ make report
|
|||||||
|
|
||||||
The statically linked binary will be `apps/openssl`.
|
The statically linked binary will be `apps/openssl`.
|
||||||
|
|
||||||
Contributors
|
Authors
|
||||||
------------
|
-------
|
||||||
|
|
||||||
* Julien Vehent <julien@linuxwall.info> (original author)
|
* Julien Vehent <julien@linuxwall.info> (original author)
|
||||||
* Hubert Kario <hkario@redhat.com> (co-maintainer)
|
* Hubert Kario <hkario@redhat.com> (co-maintainer)
|
||||||
* Pepi Zawodsky <git@maclemon.at>
|
* with thanks to all contributors:
|
||||||
* Michael Zeltner <m@niij.org>
|
|
||||||
* Peter Mosmans <support@go-forward.net>
|
<a href="https://github.com/mozilla/cipherscan/graphs/contributors"><img src="https://contrib.rocks/image?repo=mozilla/cipherscan" alt="Contributors generated with https://contrib.rocks"></a>
|
||||||
* Vincent Riquer <v.riquer@b2f-concept.com>
|
|
||||||
* Christian Stadelmann
|
|
||||||
* Simon Deziel <simon.deziel@gmail.com>
|
|
||||||
* Aaron Zauner <azet@azet.org>
|
|
||||||
* Mike <mikedawg@gmail.com>
|
|
||||||
* Phil Cohen <phlipper@users.noreply.github.com>
|
|
||||||
* Samuel Kleiner <sam@firstbanco.com>
|
|
||||||
* Richard Soderberg <https://twitter.com/floatingatoll>
|
|
||||||
* Adam Crosby <adamcrosby@users.noreply.github.com>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user