simar7
simar7
We should be able to ignore misconfiguration by IDs as we do when doing misconfig scanning with cloud scanning as well. The input could be passed through the same ways...
**Provider** AWS **Scanner** misconfiguration **Description** ## Abstract I want to add support to identify `aws_ec2_client_vpn_endpoint` resources that do not set `client_login_banner_options` arguments. ## Motivation When supplying security scan results to...
Some of the examples that used to exist as part of markdown documents were either outdated or not maintained actively. One such example is here: https://aquasecurity.github.io/trivy/v0.41/docs/scanner/misconfiguration/custom/examples/ @knqyf263 suggested that we...
Today we don't show similar results (if any) in the scan output, tfsec used to. We can add something like the following ## Current behavior ### tfsec ``` Results #8-11...
**Bug Description** Mage builds don't seem to account for replace directives at all times. **What did you do?** `mage build` with a go.mod file that has replace directive inside. ```golang...
### Guidelines - [X] I have searched the [issue tracker](https://github.com/yattee/yattee/issues) and I haven't found feature request like this ### Type New feature, Usability improvement ### Describe the feature The subscriptions...
It'd be nice to have an exclusion list that can be by username. For example: Only members of the GitHub organization can be allowed to create new issues. This can...
## Description Unable to build Postee UI ## What did you expect to happen? No errors ## What happened instead? ```shell GOOS=linux docker build -t simar7/postee-ui:local -f Dockerfile.ui . [+]...
## Description Postee GitHub Actions fails out intermittently. Relevant code is here: https://github.com/aquasecurity/postee/blob/main/.github/workflows/publish-chart.yml#L37-L40 ## What did you expect to happen? No failure if everything is as desired. ## What happened...
We can improve tests by doing the following: 1. Removing dependency on time. 2. Using an existing Trivy-db bundle. 3. Maybe using Go to re-write tests. We currently use [BATS](https://github.com/ztombol/bats-assert)...