Skip to content

Commit

Permalink
reintroduce trivy scan
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Feb 14, 2024
1 parent 0371e00 commit 9e383e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
multiarch-awareness: true
cache-action: ${{ (github.event_name == 'push') && 'save' || 'restore' }}
platform-labels: '{"arm64": ["Ubuntu_ARM64_4C_16G_01"]}'
scan-images:
needs: build-and-push-arch-specifics
uses: canonical/k8s-workflows/.github/workflows/scan_images.yaml@KU-158/arm-builder
secrets: inherit
with:
images: ${{ needs.build-and-push-arch-specifics.outputs.images }}
trivy-image-config: ./trivy.yaml
build-and-push-multiarch-manifest:
name: Combine Rocks and Push Multiarch Manifest
uses: canonical/k8s-workflows/.github/workflows/assemble_multiarch_image.yaml@KU-158/arm-builder
Expand Down

0 comments on commit 9e383e3

Please sign in to comment.