Skip to content

refactor: update getKeyValue function documentation and adjust key lo… #159

refactor: update getKeyValue function documentation and adjust key lo…

refactor: update getKeyValue function documentation and adjust key lo… #159

Workflow file for this run

name: Build common Workflow
on:
push:
paths:
- 'charts/common/**'
- '.github/workflows/common.yaml'
jobs:
pipeline:
concurrency:
group: common-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
with:
chartFolder: charts
chartName: common
additionalTestFilesCommand: ''
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts'
skipVulnerabilityScan: true

Check failure on line 19 in .github/workflows/common.yaml

View workflow run for this annotation

GitHub Actions / Build common Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/common.yaml (Line: 19, Col: 30): Invalid input, skipVulnerabilityScan is not defined in the referenced workflow.
secrets: inherit
updateVersionFile:
if: ${{ github.ref == 'refs/heads/main' }}
needs: [pipeline]
uses: openmfp/gha/.github/workflows/job-update-version-file.yml@main
secrets: inherit
with:
componentVersionKey: "common"
version: ${{ needs.pipeline.outputs.version }}