From 6a108e10cb6652568505d0df0b331db3b7f98437 Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 28 Aug 2024 10:56:58 +1200 Subject: [PATCH] Add roxctl image check. --- .github/workflows/manual-rhacs-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-rhacs-pipeline.yaml b/.github/workflows/manual-rhacs-pipeline.yaml index a4841d8..50e74c1 100644 --- a/.github/workflows/manual-rhacs-pipeline.yaml +++ b/.github/workflows/manual-rhacs-pipeline.yaml @@ -56,3 +56,4 @@ jobs: shell: bash run: | roxctl image scan --output=table --image="quay.io/rh_ee_jablair/ubi9:v0.0.1-${{ github.sha }}" --insecure-skip-tls-verify + roxctl image check --output=table --image="quay.io/rh_ee_jablair/ubi9:v0.0.1-${{ github.sha }}" --insecure-skip-tls-verify