From 105a5c87647c60bcc4694b13078905de951125e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 12:33:45 +0000 Subject: [PATCH] Update dependency @mitre/saf to v1.6.0 --- .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 84c1f06..c9cb537 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -8,7 +8,7 @@ env: CURRENT_VERSION_TAG: "3.5.8" #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.5.3" + MITRE_SAF_VERSION: "1.6.0" jobs: build: