Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
finalduty committed Mar 26, 2024
1 parent b903fe7 commit 4dc105a
Show file tree
Hide file tree
Showing 15 changed files with 285 additions and 176 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

name: CI Tests

on: [push]
on: [push, pull_request, workflow_dispatch]

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion MD5SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
98e981f4bd21566fae7ca964797aa22a cis_audit.py
0d513e515a3f7e65047cb00a4f928471 cis_audit.py
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ flake8 = "*"
isort = "*"
mock = "*"
pyfakefs = "<4.6.0"
pytest = "*"
pytest-cov = "*"
vermin = "*"

[requires]
python_version = "3.6"
34 changes: 14 additions & 20 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<a href="https://github.com/finalduty/cis-benchmarks-audit/tags">
<img alt="Latest version" src="https://img.shields.io/github/v/tag/finalduty/cis-benchmarks-audit?include_prereleases&label=latest&logo=python">
</a>
<a href="https://github.com/finalduty/cis-benchmarks-audit/actions/workflows/build.yaml">
<img alt="GitHub Actions" src="https://github.com/finalduty/cis-benchmarks-audit/actions/workflows/build.yaml/badge.svg">
<a href="https://github.com/finalduty/cis-benchmarks-audit/actions/workflows/ci-tests.yaml">
<img alt="GitHub Actions" src="https://github.com/finalduty/cis-benchmarks-audit/actions/workflows/ci-tests.yaml/badge.svg">
</a>

<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">
Expand All @@ -21,7 +21,7 @@
</a>
</p>

This repo provides an unofficial, standalone, zero-install, zero-dependency, Python 3 application which can check your system against published CIS Hardening Benchmarks to offer an indication of your system's preparedness for compliance to the official standard.
This repo provides an unofficial, standalone, zero-install, zero-dependency, Python 3 script which can check your system against published CIS Hardening Benchmarks to offer an indication of your system's preparedness for compliance to the official standard.


### How do I use this?
Expand Down
2 changes: 1 addition & 1 deletion SHA256SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
529b9f29474d5d29d948771706d50a073377fec1924aff075c9358ddcccf7cbd cis_audit.py
ef01e0d2cb9f2d347e8bb4d8a5a86db2f0446c77140ba3273c36553f57969158 cis_audit.py
Loading

0 comments on commit 4dc105a

Please sign in to comment.