Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Input Name

Input Code

Required

Description

Image Name

FDANCR_INP_IMAGE_NAME

Yes

The full image tag of the locally built image you want to scan. For example ubuntu:16.06 or myuser/myimage:latest

Groovy Fail Condition

FDANCR_INP_SCAN_FAIL_CONDITION

No

Optional groovy script to determine if the scan should fail the workflow. Available variables include all FlexDeploy environment variables and the following scan result variables:

  • STATUS

  • FINAL_ACTION

  • STOP_COUNT

  • WARN_COUNT

  • ALL_COUNTS

See more information here for configuring the Groovy Fail Condition.

Policy File

FDANCR_INP_POLICY_FILE

No

A custom Anchore Policy Bundle to set your own scan/analysis metrics. See Defining Custom Policy Bundles below.

Scan Timeout

FDANCR_INP_TIMEOUT

No

By default the scan will timeout if it exceeds 900 seconds (15min). This is likely more than enough time but the timeout can be increased here if needed.

...