Skip to content

Commit

Permalink
chore: rename kconfig-hardened-check
Browse files Browse the repository at this point in the history
`kconfig-hardened-check` -> `kernel-hardening-checker`

Upstream renamed: a13xp0p0v/kernel-hardening-checker#85

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Sep 18, 2023
1 parent 847a9c3 commit 4504f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/build/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
{{ else }}
- |
cd /src
python3 /toolchain/kconfig-hardened-check/bin/kconfig-hardened-check -c .config -m json | python3 /pkg/scripts/filter-hardened-check.py
python3 /toolchain/kernel-hardening-checker/bin/kernel-hardening-checker -c .config -m json | python3 /pkg/scripts/filter-hardened-check.py
- |
cd /src
Expand Down
2 changes: 1 addition & 1 deletion kernel/prepare/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
make mrproper
- |
cd /toolchain && git clone https://github.com/a13xp0p0v/kconfig-hardened-check.git
cd /toolchain && git clone https://github.com/a13xp0p0v/kernel-hardening-checker.git
install:
- |
mkdir -p /src
Expand Down

0 comments on commit 4504f83

Please sign in to comment.