portswigger-cloud/defectdojo findings threshold
A GitHub Action that evaluates the active findings against thresholds set by the user
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Activelast commit Feb 27, 2026
- License
- MIT
Pinned Snippet
uses: portswigger-cloud/defectdojo-findings-thresholds@c81f73200d012d1bb3ea6a3027635830100e9805 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| defectdojo-url | the url of your defectdojo instance | yes | — |
| defectdojo-username | the username to login into your defectdojo instance | yes | — |
| defectdojo-password | the password to login into your defectdojo instance | yes | — |
| defectdojo-product | the defectdojo product that the scan result relates to | yes | — |
| client-certificate-file-path | the file path for a client side certificate if required | no | — |
| client-key-file-path | the file path for a client side private key if required | no | — |
| total-threshold | total findings threshold | no | false |
| critical-threshold | critical findings threshold | no | false |
| high-threshold | high findings threshold | no | false |
| medium-threshold | medium findings threshold | no | false |
| low-threshold | low findings threshold | no | false |
| info-threshold | info findings threshold | no | false |
Outputs
no outputs