Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down