From 99fb512d719491fdb98f2b4ecb66b8472db1cec9 Mon Sep 17 00:00:00 2001 From: knqyf263 Date: Fri, 4 Oct 2024 17:59:33 +0400 Subject: [PATCH] Delete an unused input Signed-off-by: knqyf263 --- action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yaml b/action.yaml index c37162d..0120823 100644 --- a/action.yaml +++ b/action.yaml @@ -80,9 +80,6 @@ inputs: description: 'comma-separated list of relative paths in repository to one or more .trivyignore files' required: false default: '' - artifact-type: - description: 'input artifact type (image, fs, repo, archive) for SBOM generation' - required: false github-pat: description: 'GitHub Personal Access Token (PAT) for submitting SBOM to GitHub Dependency Snapshot API' required: false