Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
- release-candidate
workflow_dispatch:
inputs:
branch:
description: 'Branch to run against'
required: false
type: string
NGEN_IMAGE_TAG:
description: 'NGEN_IMAGE_TAG'
required: false
Expand Down Expand Up @@ -203,7 +207,7 @@ jobs:
- build
steps:
- name: Install Trivy
uses: aquasecurity/setup-trivy@v0.2.5
uses: aquasecurity/setup-trivy@v0.2.6
with:
cache: true
version: v0.69.3
Expand Down
Loading