portswigger-cloud/defectdojo active findings

A GitHub Action that checks if there are active findings for a product in DefectDojo

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Activelast commit Feb 27, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: portswigger-cloud/defectdojo-active-findings@4c99a43fd3db519354071bfeeb4bff610455aa79 # v1.0.4

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
defectdojo-urlthe url of your defectdojo instanceyes
defectdojo-usernamethe username to login into your defectdojo instanceyes
defectdojo-passwordthe password to login into your defectdojo instanceyes
defectdojo-productthe defectdojo product that the scan result relates toyes
client-certificate-file-paththe file path for a client side certificate if requiredno
client-key-file-paththe file path for a client side private key if requiredno
namedescription
totalthe total number of active findings registered against this product in DefectDojo
criticalthe number of active critical severity findings registered against this product in DefectDojo
highthe number of active high severity findings registered against this product in DefectDojo
mediumthe number of active medium severity findings registered against this product in DefectDojo
lowthe number of active low severity findings registered against this product in DefectDojo
infothe number of active info severity findings registered against this product in DefectDojo