Hey everyone, I want to create a pants plugin whic...
# general
r
Hey everyone, I want to create a pants plugin which executes
trivy rootfs
on a
loose
pex_binary. My current plan of developing this is 1. Create a rule which filters-in PexBinary targets 2. Another rule accepts a PexBinary target, gets its
OutputPathField
as Digest and execute Process for
trivy rootfs
with the digest as input
b
Do you have any code you can share?
r
I am pretty sure what I have is broken. Appreciate your help 🙏
w