David du Colombier

Results 57 comments of David du Colombier

Thanks. I've opened https://github.com/aquasecurity/trivy/discussions/8661.

I've just fixed the linter issue.

Surprisingly, the first pass of `mage lint:fix` lead to a build error. It should be fixed now.

I've renamed the `bottlerocket` package to `bottlerocket_inventory`.

> @0intro do you have time to update this PR as per notes from [#8653 (review)](https://github.com/aquasecurity/trivy/pull/8653#pullrequestreview-2766898083)? Yes, I'll take a look.

I've added a stub `bottlerocket` ospkg driver, which should get rid of the `Unsupported os family="bottlerocket"` warning.

I've added the changes to `purl` as well. I've defined a temporary `packageurlTypeBottlerocket = "bottlerocket"` type, until the type is added to [packageurl](https://github.com/package-url/purl-spec/issues/454). I chose to make purl starting with...

To deploy Bottlerocket on AWS, I've created an EC2 instance using `resolve:ssm:/aws/service/bottlerocket/aws-ecs-2/x86_64/latest/image_id` as an `ImageId`.

Thanks. I think I've done all the required changes.