terrascan
terrascan copied to clipboard
Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) from 0.22.0 to 0.43.0. Release notes Sourced from github.com/open-policy-agent/opa's releases. v0.43.0 This release contains a number of fixes, enhancements, and performance improvements. Object Insertion Optimization Rego Object insertion...
The [contribution guidelines](https://github.com/tenable/terrascan/blob/master/CONTRIBUTING.md) and [README](https://github.com/tenable/terrascan#building-terrascan) don't mention that gcc and Go are pre-requirements. Is there a specific Go version we should use?
* terrascan version: v1.15.2 (via Docker Image Tag Latest) * Operating System: Docker Container ### Description ``` {"level":"error","time":"2022-07-27T22:40:57.851Z","file":"opa/engine.go:419","msg":"resource ID has an invalid format Dockerfile"} ``` [opa/engine.go:419](https://github.com/tenable/terrascan/blob/master/pkg/policy/opa/engine.go#L419) ### What I Did...
## Summary - Add `/v1/providers` endpoints to terrascan server - Add `GetProviderIacVersions` function to return a list of IaC provider versions for a given IaC type ### Example Resp ```json...
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.6.0 to 1.9.2. Release notes Sourced from github.com/spf13/afero's releases. v1.9.2 What's Changed Make mem.File implement fs.ReadDirFile by @bep in spf13/afero#371 Full Changelog: https://github.com/spf13/afero/compare/v1.9.1...v1.9.2 v1.9.1 What's Changed Fix...
I get errors regarding the `move` statement.
* terrascan version: v1.15.2 * Operating System: Mac ### Description i think the description is wrong about rule AC_AWS_0459 "Enable AWS EBS Snapshot Encryption" https://github.com/tenable/terrascan/blob/v1.15.2/pkg/policies/opa/rego/aws/aws_ebs_volume/AWS.EBS.EKM.Medium.0682.json#L11 it supposed to be "Enable...
* terrascan version: v1.15.2 * Operating System: Ubuntu 20.04.4 LTS ### Description Skip some rules for specific resources inline. And `terrascan` showed not desired skipped violations block in output: ```...
Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.6.1 to 3.9.2. Release notes Sourced from helm.sh/helm/v3's releases. Helm v3.9.2 is a patch release. This release is the same Helm source as v3.9.1. It is rebuilt...
* terrascan version: `1.15.2` * Operating System: Docker container `tenable/terrascan:1.15.2` ### Description Currently, AC_AWS_0484 is violated whenever a workspace contains an `aws_lambda_function` resource but doesn't contain an `aws_iam_role_policy_attachment` resource. Firstly,...