diff --git a/.github/workflows/.reusable-compliance.yml b/.github/workflows/.reusable-compliance.yml index ed8bff1..f40c401 100644 --- a/.github/workflows/.reusable-compliance.yml +++ b/.github/workflows/.reusable-compliance.yml @@ -77,7 +77,7 @@ jobs: for commit in ${COMMITS}; do MSG=$(git log ${commit} -n1 --pretty=%s) TYPE=$(echo ${MSG} | awk '{{ print $1 }}') - if ! [[ "${TYPE}" =~ ^(build|ci|docs|feat|fix|refactor|test|update):$ ]]; then + if ! [[ "${TYPE}" =~ ^(build|build\(deps\)|ci|docs|feat|fix|refactor|test|update):$ ]]; then EXIT=1 echo "Commit message of commit ${commit} doesn't conform to 'type: msg' format:" echo "${MSG}" diff --git a/charts/semgr8s/Chart.yaml b/charts/semgr8s/Chart.yaml index 788aeb8..73d1912 100644 --- a/charts/semgr8s/Chart.yaml +++ b/charts/semgr8s/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: semgr8s description: Semgrep-based Policy Controller for Kubernetes type: application -version: "0.1.19" -appVersion: "0.1.19" +version: "0.1.20" +appVersion: "0.1.20" keywords: - kubernetes - admission controller