aws-security
Here are 114 public repositories matching this topic...
- terrascan version: 1.9.0
- terraform version: 1.0.1
Enhancement Request
Other security scanning tools (e.g. checkov and tfsec) have a --soft-fail flag or equivalent option that allows you to always exit with 0 status.
Extremely useful when running the tool without halting a pipeline for example.
I currently use a workaround, but something more concrete would be very desira
-
Updated
Jun 6, 2022 - Python
Some of our log messages start with a capital letter and some don't.
We should ensure the messages are consistent and use a single style.
See example to inconsistency in cloudquery/cloudquery#1059:

-
Updated
Jul 1, 2022 - Python
There's a lot of work that would need to be done to upgrade the report to use Vue 3, which is almost 2 years old at this point (Cloudsplaining uses Vue 2). I know there is some work required to upgrade the report to use Vue 3, but I don't have capacity for it right now.
I'd also like to get some upgrades to the Javascript dependencies since they are outdated but can't seem to upgrade them witho
Summary
Dependabot has identified several security vulnerabilities in the 3rd party libraries Pacbot relies on. In most cases, these vulnerabilities can be resolved by upgrading the library to the most current version.
Maintainers, if you're internal to T-Mobile, you should have been seeing these security alerts coming in over the last several weeks. *Please respond to these in a timely ma
-
Updated
Jul 3, 2022
-
Updated
Nov 4, 2021 - Shell
-
Updated
Jun 9, 2021 - CSS
-
Updated
Jul 6, 2022 - HCL
-
Updated
Aug 25, 2021 - Python
-
Updated
Jun 14, 2022 - Python
running airiam recommend_groups, in MAC gives this error
`INFO:botocore.credentials:Found credentials in shared credentials file: ~/.aws/credentials
Reusing local data
INFO:root:Analyzing data for account 051349106950
INFO:root:Using the default UserOrganizer
Traceback (most recent call last):
File "/usr/local/bin/airiam", line 5, in
run()
File "/usr/local/Cellar/airiam/
-
Updated
May 27, 2022 - Python
-
Updated
May 18, 2022 - Python
-
Updated
Feb 14, 2022 - Jupyter Notebook
Hi,
Are there any plans to support junitxml output support? This would make it easier to integrate into CI/CD pipelines with reports and metrics.
Thanks
-
Updated
Jul 1, 2022
-
Updated
May 12, 2022
-
Updated
May 26, 2022 - Java
-
Updated
Sep 3, 2020 - Python
-
Updated
Jun 22, 2022
-
Updated
Dec 4, 2020 - Python
-
Updated
Jul 8, 2022 - HCL
-
Updated
Apr 16, 2022
-
Updated
Apr 22, 2021 - Go
-
Updated
Apr 28, 2020
-
Updated
Jun 23, 2022 - Python
Improve this page
Add a description, image, and links to the aws-security topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the aws-security topic, visit your repo's landing page and select "manage topics."
Describe the issue
Checkov skips terraform file when it can't parse a file. When you are using checkov in gitlab ci pipeline with junitxml output, it will be better to include such erros in 'Errors' list instead of ignoring them.
Examples