Skip to content

Commit 00e1b43

Browse files
committed
Update workflow references to use 'add-artifact-name' for build, scan, sign, and attest jobs
Signed-off-by: Rafi <refaei.shikho@hotmail.com>
1 parent 3226abc commit 00e1b43

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363

6464
build-scanner-image:
65-
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@main
65+
uses: l3montree-dev/devguard-action/.github/workflows/build-image.yml@add-artifact-name
6666
with:
6767
artifact-name: "-scanner"
6868
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
@@ -74,7 +74,7 @@ jobs:
7474

7575
# Image scanning job to detect vulnerabilities in the built Docker image
7676
scanner-container-scanning:
77-
uses: l3montree-dev/devguard-action/.github/workflows/container-scanning.yml@main
77+
uses: l3montree-dev/devguard-action/.github/workflows/container-scanning.yml@add-artifact-name
7878
needs:
7979
- build-scanner-image
8080
with:
@@ -89,7 +89,7 @@ jobs:
8989
- build-scanner-image
9090
- scanner-container-scanning
9191
- devguard
92-
uses: l3montree-dev/devguard-action/.github/workflows/deploy.yml@main
92+
uses: l3montree-dev/devguard-action/.github/workflows/deploy.yml@add-artifact-name
9393
with:
9494
artifact-name: "-scanner"
9595
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
@@ -104,7 +104,7 @@ jobs:
104104
- build-scanner-image
105105
- scanner-container-scanning
106106
- devguard
107-
uses: l3montree-dev/devguard-action/.github/workflows/sign.yml@main
107+
uses: l3montree-dev/devguard-action/.github/workflows/sign.yml@add-artifact-name
108108
with:
109109
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
110110
api-url: https://api.main.devguard.org
@@ -118,7 +118,7 @@ jobs:
118118
- build-scanner-image
119119
- scanner-container-scanning
120120
- devguard
121-
uses: l3montree-dev/devguard-action/.github/workflows/attest.yml@main
121+
uses: l3montree-dev/devguard-action/.github/workflows/attest.yml@add-artifact-name
122122
with:
123123
asset-name: l3montree-cybersecurity/projects/devguard/assets/devguard
124124
api-url: https://api.main.devguard.org

0 commit comments

Comments
 (0)