Initial commit
This commit is contained in:
21
action.yml
Normal file
21
action.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Docker container scanning
|
||||
description: A container scanning tool using grype
|
||||
author: Skydust
|
||||
|
||||
# Define your inputs here.
|
||||
inputs:
|
||||
imageName:
|
||||
description: The image name
|
||||
required: true
|
||||
imagePrefix:
|
||||
description: The image prefix
|
||||
required: false
|
||||
default: ${{ gitea.server_url }}/${{ gitea.repository_owner }}/
|
||||
config:
|
||||
description: The grype configuration path
|
||||
required: false
|
||||
default: ""
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
Reference in New Issue
Block a user