diff --git a/.github/workflows/ghostv5.yml b/.github/workflows/ghostv5.yml index 380404de..3ff6bc3b 100644 --- a/.github/workflows/ghostv5.yml +++ b/.github/workflows/ghostv5.yml @@ -226,6 +226,18 @@ jobs: - name: Checkpoint | image ls run: docker image ls + - name: Docker Scout Edge + id: docker-scout-edge + uses: docker/scout-action@v1 + with: + command: compare + image: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }} + to: ${{ needs.myvars.outputs.TAG_DKR_VERSION }} + ignore-unchanged: true + only-severities: critical,high + write-comment: true + github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment + build_stable: needs: [myvars] if: github.ref_type == 'tag' @@ -302,18 +314,6 @@ jobs: - name: Checkpoint | image ls run: docker image ls - - name: Docker Scout - id: docker-scout - uses: docker/scout-action@v1 - with: - command: compare - image: ${{ needs.myvars.outputs.TAG_DKR_VERSION_HASH_DATE }} - to: ${{ needs.myvars.outputs.TAG_DKR_VERSION }} - ignore-unchanged: true - only-severities: critical,high - write-comment: true - github-token: ${{ secrets.GITHUB_TOKEN }} # to be able to write the comment - # ---------------------------------------------- # UAT / edge OR stable # This job is bypassed: weird bug on the uat job. Ci complain about docker login. So the UAT is under the build job.