cfn_nag_scan可以作为GitHub工作流的一部分运行,以便在持续集成管道期间评估代码。在GitHub工作流文件中,创建一个使用cfn_nag操作的步骤:- name: Simple test uses: stelligent/cfn_nag@master with: input_path: tests 关于GitHub操作的更多信息可以在这里找到。
cfn_nag_scancan be run as part of a GitHub Workflow to evaluate code during continuous integration pipelines. In your GitHub Workflow file, create a step which uses the cfn_nag Action: -name:Simple testuses:stelligent/cfn_nag@masterwith:input_path:tests ...
cfn_nag_scan can be run as part of a GitHub Workflow to evaluate code during continuous integration pipelines. In your GitHub Workflow file, create a step which uses the cfn_nag Action: - name: Simple test uses: stelligent/cfn_nag@master with: input_path: tests More information about th...
首先,stelligent-cfn_nag 提供了灵活的配置选项,使得开发者可以根据需要定制扫描策略。例如,可以通过命令行工具 cfn_nag_scan 对 CloudFormation 模板进行扫描,并输出详细的检测结果。工具支持多种输出格式,包括自由文本和 JSON,这使得结果易于理解和后续处理成为可能。 其次,stelligent-cfn_nag 的设计考虑了用户友好性...
However when cfn-nag is run it returns this error: Traceback (most recent call last): 26: from /usr/local/bin/cfn_nag_scan:23:in '' 25: from /usr/local/bin/cfn_nag_scan:23:in 'load' 24: from /var/lib/gems/2.7.0/gems/cfn-nag-0.6.7/bin/cfn_nag_scan:11:in '<top (requir...
Hi, checking security of a cloudformation template I get the following error: Running command cfn_nag_scan --input-path ${CLOUDFORMATION_TEMPLATE_NAME} 2>&1 /root/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/cfn-nag-0.4.39/lib/cfn-nag/...