Skip to content

Commit

Permalink
fix: update workflow to skip vulnerability scan in pipeline-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akafazov committed Nov 22, 2024
1 parent 091f4f7 commit d60948e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ jobs:
concurrency:
group: common-${{ github.ref }}
cancel-in-progress: true
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@main
uses: openmfp/gha/.github/workflows/pipeline-chart.yml@fix/skipVulnerabilityScan
with:
chartFolder: charts
chartName: common
additionalTestFilesCommand: ''
chartRepos: 'bitnami=https://charts.bitnami.com/bitnami,openfga=https://openfga.github.io/helm-charts'
skipVulnerabilityScan: true
secrets: inherit

updateVersionFile:
Expand Down

0 comments on commit d60948e

Please sign in to comment.