Skip to content

Commit

Permalink
README: update CI status URL, badge, test program
Browse files Browse the repository at this point in the history
Update URLs to CI status, badge, update programming language of
test programs.
  • Loading branch information
dongsupark committed Nov 21, 2023
1 parent 2a2aa89 commit 78a7f54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# update-ssh-keys

[![Build Status](https://travis-ci.org/coreos/update-ssh-keys.svg?branch=master)](https://travis-ci.org/coreos/update-ssh-keys)
![minimum rust 1.28](https://img.shields.io/badge/rust-1.28%2B-orange.svg)
[![Github CI](https://github.com/flatcar/update-ssh-keys/actions/workflows/rust.yml/badge.svg)](https://github.com/flatcar/update-ssh-keys/actions)
![minimum rust 1.60](https://img.shields.io/badge/rust-1.60%2B-orange.svg)

`update-ssh-keys` is a command line tool and a library for managing openssh
authorized public keys. It keeps track of sets of keys with names, allows for
Expand All @@ -15,6 +15,6 @@ non-Container Linux machine, you can build the project with `cargo build
--release`. The rust toolchain is required to build it. You can install `rustup`
to manage your rust toolchain - https://www.rustup.rs.

`test/test_update_ssh_keys.py` is a python script which tests the functionality
`test/test_update_ssh_keys.rs` is a Rust program which tests the functionality
of the `update-ssh-keys` command line tool. If changes are made to
`update-ssh-keys`, that script should be run.

0 comments on commit 78a7f54

Please sign in to comment.