voidlily
voidlily
looks like it's been rebased already, thank you!
can you rebase this branch to pick up changes to the reviewapp deploy process?
i'm also having an issue with argocd diffing on the divisor because there's no default set for it. ```diff resourceFieldRef: containerName: control-plane - divisor: '0' resource: limits.memory - name: GOMAXPROCS...
For anyone following along, workaround in argo is like this ```yaml ignoreDifferences: - group: apps kind: Deployment jqPathExpressions: - '.spec.template.spec.containers[0].env[]?.valueFrom.resourceFieldRef.divisor' ```
I'm a bit less sure that this is an issue with sbom-action, syft, or a different package, or where this even belongs at this point.
Here's some more info from spdx comparing t64-arm.exe (simple launcher) and something with a purl like libpython. Simple Launcher (which is bundled in python through pip apparently, even on Linux,...
Same thing happens in `python:3.14-slim` as well if you want an even more minimal base image/more upstream image to track this on.