diff --git a/.github/workflows/scanning.yml b/.github/workflows/scanning.yml index 5779469..3946c32 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.24" + CURRENT_VERSION_TAG: "7.4.25" #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"