From 1a3439e8d0e2e6bd8f2c91c17df5bc8d08c0081f Mon Sep 17 00:00:00 2001 From: James Blair Date: Wed, 28 Aug 2024 10:09:12 +1200 Subject: [PATCH] Sequence the jobs correctly. --- .github/workflows/manual-rhacs-pipeline.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/manual-rhacs-pipeline.yaml b/.github/workflows/manual-rhacs-pipeline.yaml index f597aed..bc3c1ad 100644 --- a/.github/workflows/manual-rhacs-pipeline.yaml +++ b/.github/workflows/manual-rhacs-pipeline.yaml @@ -34,6 +34,7 @@ jobs: scan-image: runs-on: ubuntu-latest + needs: build-and-push-image permissions: id-token: write steps: @@ -42,12 +43,14 @@ jobs: uses: stackrox/central-login@v1 with: endpoint: ${{ env.CENTRAL_ENDPOINT }} + skip-tls-verify: true - name: Install roxctl uses: stackrox/roxctl-installer-action@v1 with: central-endpoint: ${{ env.CENTRAL_ENDPOINT }} central-token: ${{ env.ROX_API_TOKEN }} + skip-tls-verify: true - name: Scan image with roxctl shell: bash