Skip to content

Fixes CVE-2024-45338 #130

Fixes CVE-2024-45338

Fixes CVE-2024-45338 #130

Workflow file for this run

name: FVT Namespace Scope
on:
workflow_dispatch:
pull_request:
branches:
- main
- 'release-[0-9].[0-9]+'
paths:
- '**'
- '!.github/**'
- '!.tekton/**'
- '!**.md'
- '!docs/**'
- '.github/workflows/fvt*.yml'
jobs:
fvt-namespace-scope:
uses: ./.github/workflows/fvt-base.yml
with:
namespace-scope-mode: true
secrets: inherit