knative.dev/pkg@v0.0.0-20260602142205-ac97e43f6622/.github/workflows/knative-security.yaml (about) 1 # Copyright 2020 The Knative Authors. 2 # SPDX-License-Identifier: Apache-2.0 3 4 # This file is automagically synced here from github.com/knative-extensions/knobots 5 6 name: 'Security' 7 8 on: 9 push: 10 branches: [ 'main', 'release-*' ] 11 12 pull_request: 13 branches: [ 'main', 'release-*' ] 14 15 jobs: 16 analyze: 17 uses: knative/actions/.github/workflows/reusable-security.yaml@main