From a1e62ccdfbacf86a55c314cdf5b1f3cb7e6973e8 Mon Sep 17 00:00:00 2001 From: Ethan Mosbaugh Date: Thu, 25 Jul 2024 20:56:23 -0700 Subject: [PATCH] f --- .github/workflows/image-scan.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/image-scan.yaml b/.github/workflows/image-scan.yaml index 818576df7..3fe396f31 100644 --- a/.github/workflows/image-scan.yaml +++ b/.github/workflows/image-scan.yaml @@ -6,6 +6,7 @@ on: workflow_dispatch: {} push: branches: + - main - emosbaugh/sc-108755/scan-images jobs: @@ -49,7 +50,7 @@ jobs: fail-fast: false matrix: ${{fromJson(needs.output-matrix.outputs.matrix)}} steps: - - uses: ./actions/scan-image + - uses: ./.github/actions/scan-image with: image-ref: '${{ matrix.image }}' upload-sarif: ${{ github.ref == 'refs/heads/main' }}