mirror of
https://github.com/project-zot/zot.git
synced 2025-01-27 23:01:43 -05:00
chore: update zui version (#2852)
* chore: update zui version Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> * chore: upload zap scan artifacts with different names for different scanned images Signed-off-by: Andrei Aaron <aaaron@luxoft.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
parent
6ca9c66260
commit
ab43515c88
2 changed files with 2 additions and 1 deletions
1
.github/workflows/web-scan.yaml
vendored
1
.github/workflows/web-scan.yaml
vendored
|
@ -65,3 +65,4 @@ jobs:
|
|||
cmd_options: '-a -j'
|
||||
allow_issue_writing: false
|
||||
fail_action: true
|
||||
artifact_name: zap_scan_${{ matrix.flavor }}
|
||||
|
|
2
Makefile
2
Makefile
|
@ -25,7 +25,7 @@ CRICTL_VERSION := v1.26.1
|
|||
ACTION_VALIDATOR := $(TOOLSDIR)/bin/action-validator
|
||||
ACTION_VALIDATOR_VERSION := v0.5.3
|
||||
ZUI_BUILD_PATH := ""
|
||||
ZUI_VERSION := commit-7bd1d7d
|
||||
ZUI_VERSION := commit-930ae7e
|
||||
ZUI_REPO_OWNER := project-zot
|
||||
ZUI_REPO_NAME := zui
|
||||
SWAGGER_VERSION := v1.16.2
|
||||
|
|
Loading…
Add table
Reference in a new issue