...
Setting | Input Type | Description | Example |
---|---|---|---|
Scan Image | Selection |
| BEFORE_PUSH |
Fail When | Groovy | An optional Groovy script to determine if the scan should fail. See the Anchore Plugin for a list of variables and sample scripts. If the script should evaluate to true (I.E. a failure) then the image building process will halt and the workflow execution will fail. | STATUS == "fail" |
Custom Policy Bundle | Plain Text | Anchore uses "policy bundles" to define analysis/scanning criteria. You can provide a custom bundle here defining your own scanning requirements. You can reference an absolute path on your docker build server or a relative location in your source control for the image. | anchore/customPolicy.json |
Info | ||
---|---|---|
| ||
At this time, inline(local) image scanning is not supported on windows. |
Container Settings/Deploy
...