Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Commits
c3dc7cf5
Commit
c3dc7cf5
authored
Mar 30, 2020
by
Alexander Popov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create the github workflow for functional tests
parent
7bfa867f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
main.yml
.github/workflows/main.yml
+41
-0
README.md
README.md
+2
-0
No files found.
.github/workflows/main.yml
0 → 100644
View file @
c3dc7cf5
name
:
functional test
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
master
]
jobs
:
check_all_configs
:
runs-on
:
ubuntu-latest
strategy
:
max-parallel
:
4
fail-fast
:
false
matrix
:
python-version
:
[
3.6
,
3.7
,
3.8
]
# github runner with python 3.5 currently fails to install this package
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v1
with
:
python-version
:
${{ matrix.python-version }}
-
name
:
Install
run
:
|
python -m pip install --upgrade pip
pip install setuptools
python ./setup.py install
-
name
:
Try
run
:
|
set -x
kconfig-hardened-check
echo $?
README.md
View file @
c3dc7cf5
# kconfig-hardened-check

## Motivation
There are plenty of Linux kernel hardening config options. A lot of them are
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment