Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
name: cipherscan

on:
workflow_dispatch:
pull_request:
push:
branches:
- master

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.12", "3.14"]
steps:
- uses: actions/checkout@v6
- name: Use Python ${{ matrix.python-version }}
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install six
- name: Scan «example.org»
run: |
./cipherscan example.org
4 changes: 0 additions & 4 deletions .travis.yml

This file was deleted.

21 changes: 6 additions & 15 deletions README.md
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
CipherScan
==========

[![Build Status](https://travis-ci.org/mozilla/cipherscan.svg?branch=master)](https://travis-ci.org/mozilla/cipherscan)
[![CI](https://github.com/mozilla/cipherscan/actions/workflows/test.yml/badge.svg)](https://github.com/mozilla/cipherscan/actions/workflows/test.yml)

![cipherscan](https://pbs.twimg.com/media/CPbjvCFW8AAnUK3.png:large)

Expand DownExpand Up@@ -212,20 +212,11 @@ make report

The statically linked binary will be `apps/openssl`.

Contributors
------------
Authors
-------

* Julien Vehent <julien@linuxwall.info> (original author)
* Hubert Kario <hkario@redhat.com> (co-maintainer)
* Pepi Zawodsky <git@maclemon.at>
* Michael Zeltner <m@niij.org>
* Peter Mosmans <support@go-forward.net>
* 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>
* with thanks to all contributors:

<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>