We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a4f25 commit 6ea3410Copy full SHA for 6ea3410
1 file changed
.github/workflows/scanning.yml
@@ -10,7 +10,7 @@ env:
10
CURRENT_VERSION_TAG: "7.4.21"
11
#github.event.repository.name is a special environment variable that gives us the repo name. There isn't great documentation on it.
12
IMAGE_NAME: ${{ vars.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}:latest
13
- MITRE_SAF_VERSION: "1.5.3"
+ MITRE_SAF_VERSION: "1.6.0"
14
15
jobs:
16
build:
0 commit comments