From eacef192ad02a02fa3ee3ca175cad702423242f0 Mon Sep 17 00:00:00 2001 From: Agustin Groh Date: Thu, 5 Mar 2026 11:44:18 -0300 Subject: [PATCH] chore(runtime): add missing runtime container --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e778142..7dcf039 100644 --- a/action.yml +++ b/action.yml @@ -59,7 +59,7 @@ inputs: required: false runtimeContainer: description: 'Specify runtime container to perform the scan.' - default: 'ghcr.io/scanoss/scanoss-py:v1.45.0' + default: 'ghcr.io/scanoss/scanoss-py:v1.46.0' required: false skipSnippets: description: 'Skip the generation of snippets.'