Skip to content

Commit e6573f4

Browse files
committed
doc: minor cosmetic changes to README.md and CHANGELOG
Two small tweaks: - Group the GH Action badges together in README.md - Fix some minor list formatting in CHANGELOG Signed-off-by: Paul Moore <paul@paul-moore.com>
1 parent d8f0db8 commit e6573f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libseccomp: Releases
33
https://github.com/seccomp/libseccomp
44

55
* Version 2.5.5 - December 1, 2023
6-
* Update the syscall table for Linux v6.7-rc3
6+
- Update the syscall table for Linux v6.7-rc3
77

88
* Version 2.5.4 - April 21, 2022
99
- Update the syscall table for Linux v5.17

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ https://github.com/seccomp/libseccomp
44

55
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/608/badge)](https://bestpractices.coreinfrastructure.org/projects/608)
66
[![Build Status](https://github.com/seccomp/libseccomp/actions/workflows/continuous-integration.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)
7-
[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main)
87
[![CodeQL Analysis](https://github.com/seccomp/libseccomp/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/seccomp/libseccomp/actions)
8+
[![Coverage Status](https://img.shields.io/coveralls/github/seccomp/libseccomp/main.svg)](https://coveralls.io/github/seccomp/libseccomp?branch=main)
99

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

0 commit comments

Comments
 (0)