Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Jul 26, 2024
1 parent 408aa16 commit a1e62cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
workflow_dispatch: {}
push:
branches:
- main
- emosbaugh/sc-108755/scan-images

jobs:
Expand Down Expand Up @@ -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' }}

0 comments on commit a1e62cc

Please sign in to comment.