Initial commit

This commit is contained in:
2024-11-26 00:20:26 +01:00
commit 3e9f28acf6
4 changed files with 71 additions and 0 deletions

21
action.yml Normal file
View 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