Matt S
Matt S
@jeffwidman were you able to determine the cause of this?
Looks like grype uses stereoscope as a provider, and an issue for ECR support is open there as well: https://github.com/anchore/stereoscope/issues/65
To add some follow-up information: we found out that the ECR credential helper tool wouldn't work, I believe it is intended to be used when there is a Docker daemon...
Does anyone know if you can reference prefix lists using `CfnResourceShare`?
@paulbarton90 's solution worked for us ``` env: HADOLINT_RECURSIVE: "true" steps: - name: Run Hadolint uses: hadolint/[email protected] with: recursive: true ```
Bump on this request but for CNAME records.
Not sure if this applies to the situation described, but we are setting this value in our projen instantiation: ``` testdir: 'src/test', ``` After we started adding our own tests...
> Though if you think the restriction I linked above in our code is overly restrictive and prevents a use case, let us know @peterwoodworth Relying on lookups means that...
I think my point above is wrong in the sense that committing your cdk.context.json file is a better way to allow CI checks without needing to auth for lookups.
This is for a fargate cluster, it seems like the fargate profile needs to be deleted before the cluster and maybe that is what is causing this.