diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index a7295b8..91bac72 100644 --- a/.github/workflows/scanning.yml +++ b/.github/workflows/scanning.yml @@ -5,7 +5,7 @@ on: - cron: "0 0 * * *" env: - CURRENT_VERSION_TAG: "7.4.8" + CURRENT_VERSION_TAG: "8.1.1" #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.4.16"