feat: add safely wrapped scan-* workflows
CI / Test Merge SARIF Files (pull_request) Successful in 4s
CI / Test scan-config (pull_request) Failing after 7s
CI / Test scan-image (pull_request) Failing after 6s
CI / Test Setup DB (pull_request) Successful in 12s
CI / Test Get Images From Files (pull_request) Successful in 14s
CI / Test scan-fs (pull_request) Failing after 1m2s

This commit is contained in:
2026-04-10 19:05:43 +02:00
parent 3d3c7b3265
commit 6e5f62d4dd
8 changed files with 502 additions and 1 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
{
"customType": "regex",
"description": "Update Trivy docker image",
"managerFilePatterns": ["/(^|/)setup-db/action\\.ya?ml$/"],
"managerFilePatterns": [
"/(^|/)(setup-db|scan-config|scan-fs|scan-image)/action\\.ya?ml$/"
],
"datasourceTemplate": "docker",
"matchStrings": [
"default:\\s*\"(?<depName>ghcr\\.io/aquasecurity/trivy):(?<currentValue>[\\d\\.]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?\""