Skip to content

Automated cherry pick of #6506: Fix install_cni_chaining not creating CNI conf correctly in #408

Automated cherry pick of #6506: Fix install_cni_chaining not creating CNI conf correctly in

Automated cherry pick of #6506: Fix install_cni_chaining not creating CNI conf correctly in #408

name: Scan Antrea Docker image for vulnerabilities before release
on:
pull_request:
branches:
- release-*
jobs:
build:
if: startsWith(github.event.pull_request.title, 'Release ')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Antrea Docker image
run: |
./hack/build-antrea-linux-all.sh --pull
- name: Run Trivy vulnerability scanner on Antrea Docker image
uses: aquasecurity/trivy-action@0.13.0
with:
scan-type: 'image'
image-ref: 'antrea/antrea-ubuntu:latest'
trivy-config: '.trivy.yml'