mirror of
https://github.com/aquasecurity/trivy.git
synced 2026-01-31 13:53:14 +08:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
17 lines
402 B
YAML
17 lines
402 B
YAML
name: Triage Discussion
|
|
on:
|
|
discussion:
|
|
types: [created]
|
|
workflow_dispatch:
|
|
inputs:
|
|
discussion_num:
|
|
required: true
|
|
jobs:
|
|
label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
|
- uses: ./.github/actions/trivy-triage
|
|
with:
|
|
discussion_num: ${{ github.event.inputs.discussion_num }}
|