6262
6363
6464 build-scanner-image :
65- uses : l3montree-dev/devguard-action/.github/workflows/build-image.yml@add-artifact-name
65+ uses : l3montree-dev/devguard-action/.github/workflows/build-image.yml@main
6666 with :
6767 artifact-name : " -scanner"
6868 asset-name : l3montree-cybersecurity/projects/devguard/assets/devguard
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@add-artifact-name
77+ uses : l3montree-dev/devguard-action/.github/workflows/container-scanning.yml@main
7878 needs :
7979 - build-scanner-image
8080 with :
8989 - build-scanner-image
9090 - scanner-container-scanning
9191 - devguard
92- uses : l3montree-dev/devguard-action/.github/workflows/deploy.yml@add-artifact-name
92+ uses : l3montree-dev/devguard-action/.github/workflows/deploy.yml@main
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@add-artifact-name
107+ uses : l3montree-dev/devguard-action/.github/workflows/sign.yml@main
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@add-artifact-name
121+ uses : l3montree-dev/devguard-action/.github/workflows/attest.yml@main
122122 with :
123123 asset-name : l3montree-cybersecurity/projects/devguard/assets/devguard
124124 api-url : https://api.main.devguard.org
0 commit comments