Skip to content
Open
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
7 changes: 6 additions & 1 deletion .github/workflows/container-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ on:
required: false
type: boolean
default: true
runner:
description: "runner label(s) - (JSON formatted list)"
required: false
type: string
default: '["ubuntu-latest"]'

jobs:
auth-build-push-scan-container:
runs-on: ubuntu-latest
runs-on: ${{ fromJSON(inputs.runner) }}
permissions: # Required for workload identity auth and push the trivy results to GitHub
contents: read
id-token: write
Expand Down