chore(deps): minor update quay.io/strimzi/kafka docker tag to v0.48.0-kafka-4.1.0 #281
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Trivy Call | |
on: | |
pull_request: | |
jobs: | |
trivy-image-scan: | |
name: Trivy Vulnerability Changes | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v5 | |
- name: Check if files have changed | |
id: changed-files | |
uses: tj-actions/changed-files@v47 | |
with: | |
files: | | |
src/** | |
Dockerfile | |
pom.xml | |
- name: Generate vulnerability changes report | |
if: ${{ steps.changed-files.outputs.any_changed == 'true' }} | |
uses: trifork/cheetah-infrastructure-utils-workflows/.github/actions/docker/trivy-vulnerability-changes-pr@main |