...
Info |
---|
OutputsEach of these variables is also available as a plugin output |
Groovy Variable | Plugin Output | Description | Example |
---|---|---|---|
STATUS | FDANCR_OUT_STATUS | Overall status of the scan/analysis. This is ultimately determined by the policy bundle that is used. Possible values are pass or fail. | fail |
FINAL_ACTION | FDANCR_OUT_FINAL_ACTION | Similar to the status, this provides the recommended action for the image. | stop |
STOP_COUNT | FDANCR_OUT_STOP_COUNT | An integer count of the number of STOP rules detected for the image | 2 |
WARN_COUNT | FDANCR_OUT_WARN_COUNT | An integer count of the number of WARN rules detected for the image | 10 |
ALL_COUNTS | FDANCR_OUT_ALL_COUNT_LIST | A full list of all counts returned | [STOP:2, WARN:10, GO:37] |
All other FlexDeploy Variables are also available in the Groovy Script Condition |
...