Merge pull request #508 from nikpivkin/feat/pass-yaml-ignore-file

feat: add YAML support for trivyignores
This commit is contained in:
Nikita Pivkin
2026-02-25 17:27:51 +06:00
committed by GitHub
9 changed files with 385 additions and 125 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ inputs:
required: false
default: ''
trivyignores:
description: 'comma-separated list of relative paths in repository to one or more .trivyignore files'
description: 'comma-separated list of relative paths within the repository to one or more .trivyignore files, or a single .trivyignore.yaml file.'
required: false
default: ''
github-pat: