Remove 'Simple' from Simple UI (#2809)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
2
.github/workflows/release_docker.yaml
vendored
2
.github/workflows/release_docker.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
ALL_APPS=(
|
||||
# microservices
|
||||
"hawkbit-ddi-server", "hawkbit-dmf-server", "hawkbit-mgmt-server", "hawkbit-simple-ui",
|
||||
"hawkbit-ddi-server", "hawkbit-dmf-server", "hawkbit-mgmt-server", "hawkbit-ui",
|
||||
# monolith
|
||||
"hawkbit-update-server",
|
||||
# db init
|
||||
|
||||
@@ -83,11 +83,11 @@ jobs:
|
||||
with:
|
||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-mgmt-server:latest.sarif'
|
||||
category: "Container Images (hawkbit-mgmt-server)"
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-simple-ui
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-ui
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
with:
|
||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-simple-ui:latest.sarif'
|
||||
category: "Container Images (hawkbit-simple-ui)"
|
||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-ui:latest.sarif'
|
||||
category: "Container Images (hawkbit-ui)"
|
||||
|
||||
- name: Upload Docker image scan results to GitHub Security tab hawkbit-update-server
|
||||
uses: github/codeql-action/upload-sarif@v4
|
||||
|
||||
Reference in New Issue
Block a user