aquasecurity / trivy-plugin-webhook

Apache License 2.0
1 stars 8 forks source link

feat: support stdin #18

Open knqyf263 opened 11 months ago

knqyf263 commented 11 months ago

Description

This PR enables

trivy image YOUR_IMAGE | trivy webhook <plugin flags>

and

trivy image --output plugin=webhook --output-plugin-arg <plugin flags> YOUR_IMAGE

Related PRs