Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Costa committed May 7, 2020
1 parent 80975e8 commit 9d93d48
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,43 @@ name: 'Deep Security Smart Check'
description: 'Scan container images with Deep Security Smart Check.'
inputs:
DSSC_IMAGE_NAME:
description: Container repository, eg myorg/myimage.
description: Mandatory
required: true
DSSC_SMARTCHECK_HOST:
description: (MANDATORY) Deep Security Smart Check url, eg mydomain.com.
description: ""
required: true
DSSC_SMARTCHECK_USER:
description: (MANDATORY) Deep Security Smart Check username, eg admin.
description: ""
required: true
DSSC_SMARTCHECK_PASSWORD:
description: (MANDATORY) Deep Security Smart Check password, eg 12345.
description: ""
required: true
DSSC_IMAGE_PULL_AUTH:
description: (MANDATORY) Container registry credentials in a json format, eg '{"username":"<user>","password":"<password>"}' or {"aws":{"region":"us-east-1","accessKeyID":"'AWS_ACCESS_KEY_ID'","secretAccessKey":"'AWS_SECRET_ACCESS_KEY'"}}'
description: ""
required: true
DSSC_INSECURE_SKIP_TLS_VERIFY:
description: (OPTIONAL) If the client should ignore certificate errors when connecting to Deep Security Smart Check. You may want to set this if you've configured a self signed cert. eg true
description: Optional
required: false
DSSC_INSECURE_SKIP_REGISTRY_TLS_VERIFY:
description: (OPTIONAL) If Deep Security Smart Check should ignore certificate errors from the image registry. eg true
description: ""
required: false
DSSC_PREREGISTRY_SCAN:
description: (OPTIONAL) Specify this option to trigger a "pre-registry scan", which pushes the image to a temporary registry on the scan system.
description: ""
required: false
DSSC_PREREGISTRY_HOST:
description: (OPTIONAL) The hostname of the temporary registry. Defaults to the smartcheck-host on port 5000.
description: ""
required: false
DSSC_PREREGISTRY_USER:
description: (OPTIONAL) The username to authenticate with the temporary registry.
description: ""
required: false
DSSC_PREREGISTRY_PASSWORD:
description: (OPTIONAL) The password to authenticate with the temporary registry.
description: ""
required: false
DSSC_RESULTS_FILE:
description: (OPTIONAL) The path to write the scan results to. If not provided, the scan results will be written to stdout.
description: ""
required: false
DSSC_FINDINGS_THRESHOLD:
description: (OPTIONAL) A JSON object that can be used to fail this step if an image contains findings that exceed the threshold.
description: ""
required: false
branding:
icon: 'check'
Expand Down

0 comments on commit 9d93d48

Please sign in to comment.