Skip to content

Commit 9edba2a

Browse files
author
wwanarif
committed
update workflows
1 parent 202d7b8 commit 9edba2a

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

.github/workflows/_build-image-to-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Build Images to Registry
4+
name: Uses - Build Images to Registry
55
permissions: read-all
66
on:
77
workflow_call:

.github/workflows/manual-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Build GenAIStudio Images
4+
name: Manual Build Images
55
on:
66
workflow_dispatch:
77
inputs:

.github/workflows/manual-docker-scan.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Docker Image BoM/CVE Scan
4+
name: Manual Image BoM and CVE Scan
55
on:
66
workflow_dispatch:
77
inputs:
@@ -49,10 +49,6 @@ jobs:
4949
run: |
5050
docker pull ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:${{ inputs.tag }}
5151
echo "OPEA_IMAGE_REPO=${OPEA_IMAGE_REPO}" >> $GITHUB_ENV
52-
53-
# - name: touch trivyscan
54-
# if: ${{ inputs.trivy_scan }}
55-
# run: echo "helloworld ${{ matrix.image }}" > ${{ matrix.image }}-trivy-scan.txt
5652
5753
- name: SBOM Scan Container
5854
uses: anchore/[email protected]

.github/workflows/pr-code-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Code Scan
4+
name: PR Code Scan
55

66
on:
77
pull_request:

.github/workflows/pr-e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: GenAIStudio E2E test
4+
name: PR E2E test
55

66
on:
77
pull_request:

.github/workflows/weekly-trellix-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (C) 2024 Intel Corporation
22
# SPDX-License-Identifier: Apache-2.0
33

4-
name: Trellix Command Line Scanner
4+
name: Weekly Trellix Scan
55

66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)