From 653b8c30a1ec54c0b212e64ba1a88fa129c559eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 21:34:25 +0000 Subject: [PATCH] Update radiantone/fid Docker tag to v7.4.24 --- .github/workflows/scanning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index b9e70ab..598bdf6 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -7,7 +7,7 @@ name: daily-build-and-scan # Let's see if this forces the action! env: - CURRENT_VERSION_TAG: "7.4.23" + CURRENT_VERSION_TAG: "7.4.24" #github.event.repository.name is a special environment variable that gives us the repo name. There isn't great documentation on it. IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest MITRE_SAF_VERSION: "1.6.0"