Skip to content

Commit

Permalink
[workflow] Fix trigger for lacework-inline-scanner (#18185)
Browse files Browse the repository at this point in the history
  • Loading branch information
geropl authored Jul 6, 2023
1 parent e13da1f commit b523545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lacework-inline-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
fi
scan-images:
name: Scan all docker images for CVEs
# TODO(gpl) Could easily be run on ubuntu:latest if we pushed some bash in lw-scan-images.sh into the installer
runs-on: [self-hosted]
name: Scan all docker images for CVEs
# Only run if the build was successful
needs: [configuration]
if: ${{ needs.configuration.outputs.skip == 'false' }}
steps:
# Most of this is taken over from the Build workflow/preview-env-check-regressions workflow
Expand Down

0 comments on commit b523545

Please sign in to comment.