Skip to content

deps: Updating hubble to mitigate cve from v1.17.5 to v1.18.3 (#1920) #181

deps: Updating hubble to mitigate cve from v1.17.5 to v1.18.3 (#1920)

deps: Updating hubble to mitigate cve from v1.17.5 to v1.18.3 (#1920) #181

name: Build E2E Test Event Writer
on:
push:
branches:
- main
- dev/**
merge_group:
types: [checks_requested]
workflow_dispatch:
permissions:
contents: read
id-token: write
packages: write
env:
EVENT_WRITER_PATH: "${{ github.workspace }}/test/e2e/tools/event-writer/"
jobs:
retina-win-e2e-bpf-images:
name: Build E2E Test Event Writer
runs-on: windows-2022
env:
IS_MERGE_GROUP: ${{ (github.event_name == 'merge_group') || (github.event_name == 'workflow_dispatch' && github.ref == 'refs/heads/dev/v0.0.33-windows' && github.repository == 'microsoft/retina') }}
strategy:
matrix:
platform: ["windows"]
arch: ["amd64"]
steps:
- name: Checkout code
uses: actions/[email protected]