Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 24 additions & 6 deletions cfbs.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@
"tags": ["security", "compliance", "experimental"],
"repo": "https://github.com/nickanderson/cfengine-lynis",
"by": "https://github.com/nickanderson",
"version": "3.1.3",
"commit": "dd645be54d7d9392b3ef7a5ab0038572070081c7",
"version": "3.1.6",
"commit": "c427b0cfd854204a39b3c5aaea907d498577c764",
"subdirectory": "compliance-reports",
"dependencies": ["compliance-report-imports", "lynis"],
"steps": [
Expand Down Expand Up @@ -972,8 +972,8 @@
"tags": ["security", "compliance"],
"repo": "https://github.com/nickanderson/cfengine-lynis",
"by": "https://github.com/nickanderson",
"version": "3.1.3",
"commit": "dd645be54d7d9392b3ef7a5ab0038572070081c7",
"version": "3.1.6",
"commit": "60b97c3e8784238d42ddb33532c7a86de7cde85d",
"steps": [
"copy policy/main.cf services/lynis/main.cf",
"json cfbs/def.json def.json",
Expand All @@ -987,7 +987,7 @@
"variable": "version",
"label": "Lynis version",
"question": "What version of Lynis should be used?",
"default": "3.1.3"
"default": "3.1.6"
},
{
"type": "string",
Expand All @@ -1006,7 +1006,7 @@
"variable": "archive_hash",
"label": "Hash of the tarball",
"question": "What is the hash of the tarball?",
"default": "bb51569c8f9e67bd2d2aa5cfcdd8e2d82726552b69fde4abddff9d991706f554"
"default": "0513f62ba5ab615c4333827b804237d58cf7bd623d09e1b4918d3fc85f08fc70"
},
{
"type": "string",
Expand All @@ -1016,6 +1016,24 @@
"label": "Hash type to verify",
"question": "What hashing algorithm should be used to verify the Lynis script?",
"default": "sha256"
},
{
"type": "string",
"namespace": "lynis",
"bundle": "globals",
"variable": "verify_signature",
"label": "Verify GPG signature",
"question": "Should the GPG signature of the tarball be verified before extracting? (true/false)",
"default": "true"
},
{
"type": "string",
"namespace": "lynis",
"bundle": "globals",
"variable": "gpg_pubkey_url",
"label": "GPG public key URL",
"question": "Where should the CISOfy GPG signing key be downloaded from?",
"default": "https://downloads.cisofy.com/files/cisofy-software.pub"
}
]
},
Expand Down
Loading