Ugnius

Results 5 issues of Ugnius

It would be useful for automation if projects could be tagged on BOM upload. ### Current Behavior: Currently, when uploading BOMs via `PUT /v1/bom`, we can specify the following properties:...

enhancement
p2

Swift Package Manager is still very young and no other open-source scanners support it. I thought it would benefit the community if ORT had SPM support. This commit adds a...

### Describe the bug When using `traditional-pdf` report template with Automation Framework, the generated PDF has sections that are "cut-off". One such example is the description section. Please see the...

bug
add-on
in:reports

Hey team, the [fix](https://github.com/bridgecrewio/checkov/pull/4699/files#diff-363216b0f0c97d1d2c302867c6def50a1cbd85e2dee0bf85b253ffc85de2ebfcR131) for [101](https://github.com/bridgecrewio/checkov-action/issues/101) is incomplete, since it only rewrites urls with https schema. URLs like `git::ssh://[email protected]/private-org/terraform-modules` are not being rewritten and the download fails with: ``` Host...

**Describe the issue** Terraform provisioners are sometimes passed in a "mangled" form to the `scan_resource_conf` method. **Examples** Try running the following policy: ```py from typing import Dict, Any from checkov.common.typing...

checks