Skip to content

Commit 0f08f66

Browse files
committed
add readme
1 parent fda421e commit 0f08f66

5 files changed

Lines changed: 82 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
## Contribution Guidelines
2+
3+
### Sign your work
4+
5+
The sign-off is a simple line at the end of the explanation for the
6+
patch, which certifies that you wrote the contribution or otherwise have the
7+
right to pass it on as an open-source patch. The rules (from
8+
[developercertificate.org](http://developercertificate.org/)):
9+
10+
```
11+
Developer Certificate of Origin
12+
Version 1.1
13+
14+
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
15+
660 York Street, Suite 102,
16+
San Francisco, CA 94110 USA
17+
18+
Everyone is permitted to copy and distribute verbatim copies of this
19+
license document, but changing it is not allowed.
20+
21+
22+
Developer's Certificate of Origin 1.1
23+
24+
By making a contribution to this project, I certify that:
25+
26+
(a) The contribution was created in whole or in part by me and I
27+
have the right to submit it under the open source license
28+
indicated in the file; or
29+
30+
(b) The contribution is based upon previous work that, to the best
31+
of my knowledge, is covered under an appropriate open source
32+
license and I have the right under that license to submit that
33+
work with modifications, whether created in whole or in part
34+
by me, under the same open source license (unless I am
35+
permitted to submit under a different license), as indicated
36+
in the file; or
37+
38+
(c) The contribution was provided directly to me by some other
39+
person who certified (a), (b) or (c) and I have not modified
40+
it.
41+
42+
(d) I understand and agree that this project and the contribution
43+
are public and that a record of the contribution (including all
44+
personal information I submit with it, including my sign-off) is
45+
maintained indefinitely and may be redistributed consistent with
46+
this project or the open source license(s) involved.
47+
```
48+
49+
you just add the sign-off line to every git commit message:
50+
51+
Signed-off-by: John Doe <john.doe@gmail.com>
52+
53+
using your real name (no pseudonyms or anonymous contributions)
54+
55+
You can add the sign off when creating the git commit via `git commit -s`.

ChefCompliance.png

320 KB
Loading

InSpec+Update.png

476 KB
Loading

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Windows Patch Benchmark
2+
3+
This [InSpec](http://inspec.io/) profile verifies that all updates have been installed on a Windows machine. This reflects the same information as available via Windows Update:
4+
5+
![Windows Update](Windows+Update.png)
6+
7+
This profiles enables you to verify the patch-level automatically. The profile returns the following result:
8+
9+
![InSpec Update](InSpec+Update.png)
10+
11+
If you require a graphical user interface [Chef Compliance](https://www.chef.io/compliance/) helps you to visualize the information.
12+
13+
![Chef Compliance](ChefCompliance.png)
14+
15+
## Supported Operating Systems
16+
17+
- Windows 2012 R2
18+
- Windows 2016
19+
- Windows 2016 Nano
20+
21+
## License
22+
23+
| | |
24+
| ------ | --- |
25+
| **Author:** | Christoph Hartmann (<chris@lollyrock.com>) |
26+
| **Copyright:** | Christoph Hartmann (<chris@lollyrock.com>) |
27+
| **License:** | Mozilla Public License Version 2.0 |

Windows+Update.png

65.4 KB
Loading

0 commit comments

Comments
 (0)