Skip to content

Commit

Permalink
scan the new images in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Jun 5, 2024
1 parent 0e1eece commit 816b05d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,15 @@ jobs:
format: 'table'
exit-code: '1'
ignore-unfixed: true
- uses: aquasecurity/trivy-action@master
with:
image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-static-debian12-amd64
format: 'table'
exit-code: '1'
ignore-unfixed: true
- uses: aquasecurity/trivy-action@master
with:
image-ref: launchdarkly/ld-relay:${{ steps.image-tag.outputs.value }}-debug-static-debian12-amd64
format: 'table'
exit-code: '1'
ignore-unfixed: true

0 comments on commit 816b05d

Please sign in to comment.