Skip to content

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

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

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

Workflow file for this run

name: Lint Helm Charts
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
paths:
- charts/**
jobs:
getChangedChart:
uses: ./.github/workflows/get-changed-chart.yaml
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) }}