Skip to content

Commit 4a7c12e

Browse files
author
Felipe Costa
committed
Update action.yml
1 parent c45e10b commit 4a7c12e

File tree

1 file changed

+17
-22
lines changed

1 file changed

+17
-22
lines changed

action.yml

Lines changed: 17 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,30 @@
11
name: 'Deep Security Smart Check'
22
description: 'Scan container images with Deep Security Smart Check.'
3-
# inputs:
4-
# IMAGE:
5-
# description: Container repository, eg myorg/myimage.
6-
# required: true
7-
# DSSC_HOST:
8-
# description: Deep Security Smart Check url, eg mydomain.com.
9-
# required: true
10-
# DSSC_USER:
11-
# description: Deep Security Smart Check username, eg admin.
12-
# required: true
13-
# DSSC_PASS:
14-
# description: Deep Security Smart Check password, eg 12345.
15-
# required: true
16-
# PULL_AUTH:
17-
# description: 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'"}}'
18-
# required: true
3+
inputs:
4+
IMAGE:
5+
description: Container repository, eg myorg/myimage.
6+
required: true
7+
DSSC_HOST:
8+
description: Deep Security Smart Check url, eg mydomain.com.
9+
required: true
10+
DSSC_USER:
11+
description: Deep Security Smart Check username, eg admin.
12+
required: true
13+
DSSC_PASS:
14+
description: Deep Security Smart Check password, eg 12345.
15+
required: true
16+
PULL_AUTH:
17+
description: 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'"}}'
18+
required: true
1919
branding:
2020
icon: 'check'
2121
color: 'red'
2222
runs:
2323
using: "docker"
2424
image: "docker://deepsecurity/smartcheck-scan-action:latest"
25-
# args:
26-
# - --image-name=${{ inputs.IMAGE }}
27-
# - --smartcheck-host=${{ inputs.DSSC_HOST }}
28-
# - --smartcheck-user=${{ inputs.DSSC_USER }}
29-
# - --smartcheck-password=${{ inputs.DSSC_PASS }}
30-
# - --image-pull-auth=${{ inputs.PULL_AUTH }}
3125
# '{"aws":{"region":"us-east-1","accessKeyID":"'$AWS_ACCESS_KEY_ID'","secretAccessKey":"'$AWS_SECRET_ACCESS_KEY'"}}'
3226
# 650143975734.dkr.ecr.us-east-1.amazonaws.com/djangonv
27+
3328
# - ${{ inputs.src }}
3429
# - "--report_file"
3530
# - ${{ inputs.report_file }}

0 commit comments

Comments
 (0)