Hi,
I am using AWS System Manager's document - AWS-RunInSpecChecks to run Inspec profile through AWS System Manager.
The AWS AWS-RunInSpecChecks accepts only SourceType(Github/S3) and SourceInfo (path) of the profile.
How can I supply the input file via the --input-file parameter?
I checked the AWS-RunInspecChecks-20201211.sh file that gets installed on the managed AWS node. It has the following Inspec exec parameters:
inspec exec . --reporter json
Is it not possible to supply input-file for customizing the profile execution? Is updating the inspec.yml file directly the only option to customize?
Thanks & Regards,
Krithika