I want to write an Inspec Profile, in which I can add an input to an existing string.
For example, something like:
inspec exec test --input user=abcinst
Input: abcinst
Test: its('home') { should eq '/db2/{input}' }
I didn't find anything yet to this topic.