Skip to content

chore(ckan/dependencies): update ghcr.io/teutonet/oci-images/solr-ckan docker tag to v1.0.10 #68

chore(ckan/dependencies): update ghcr.io/teutonet/oci-images/solr-ckan docker tag to v1.0.10

chore(ckan/dependencies): update ghcr.io/teutonet/oci-images/solr-ckan docker tag to v1.0.10 #68

name: Lint Helm Charts
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
paths:
- charts/**
jobs:
getChangedChart:
uses: ./.github/workflows/get-changed-chart.yaml
with:
pr_number: ${{ github.event.pull_request.number }}
check-licenses:
name: check licenses
runs-on: ubuntu-latest
needs: getChangedChart
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: pip install yq
- run: ./.github/scripts/scan-for-licenses.sh ${{ fromJson(needs.getChangedChart.outputs.chart) }}