dev-sec / cis-dil-benchmark

CIS Distribution Independent Linux Benchmark - InSpec Profile
Apache License 2.0
149 stars 92 forks source link

Convert uname variable to global variable #159

Closed IvDoorn closed 12 months ago

IvDoorn commented 12 months ago

The command uname -m is executed multiple times, and it would be nicer to move it to a global variable for reuse. At the same time, we should rename the variable to a better name.

schurzi commented 12 months ago

nice simplification, thank you!