Skip to content

Commit df0ca67

Browse files
kolyshkinpcmoore
authored andcommitted
README: rm Travis, add GHA CI badges
GHA CI is available since commit e5b1e63, while travis-ci.org is no more. Signed-off-by: Kir Kolyshkin <[email protected]> Acked-by: Tom Hromatka <[email protected]> [PM: break up the long line a little] Signed-off-by: Paul Moore <[email protected]>
1 parent bb05781 commit df0ca67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
===============================================================================
33
https://github.com/seccomp/libseccomp-golang
44

5-
[![Build Status](https://img.shields.io/travis/seccomp/libseccomp-golang/main.svg)](https://travis-ci.org/seccomp/libseccomp-golang)
5+
[![validate](https://github.com/seccomp/libseccomp-golang/actions/workflows/validate.yml/badge.svg)](https://github.com/seccomp/libseccomp-golang/actions/workflows/validate.yml)
6+
[![test](https://github.com/seccomp/libseccomp-golang/actions/workflows/test.yml/badge.svg)](https://github.com/seccomp/libseccomp-golang/actions/workflows/test.yml)
67

78
The libseccomp library provides an easy to use, platform independent, interface
89
to the Linux Kernel's syscall filtering mechanism. The libseccomp API is

0 commit comments

Comments
 (0)