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 ...
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 (required)>' 23: from /var/lib/gems/2.7.0/gems/cfn-nag-0.6.7/lib/cfn-nag/cfn_nag_execut...
in `execute_file_or_piped_scan' | [2020-04-28T19:04:08Z] from /usr/local/bundle/gems/cfn-nag-0.5.48/lib/cfn-nag/cfn_nag_executor.rb:29:in `scan' | [2020-04-28T19:04:08Z] from /usr/local/bundle/gems/cfn-nag-0.5.48/bin/cfn_nag:11:in `<top (required)>' | [2020-04-...
stelligent / cfn_nag Public Notifications Fork 212 Star 1.3k Code Issues 69 Pull requests 12 Discussions Actions Projects Security Insights New issue New rule:AWS::ECR::Repository should have scanOnPush enabled #499 Merged arothian merged 1 commit into stelligent:master from pethers...
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/...
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...