Loading _packaging.yml +9 −4 Original line number Diff line number Diff line Loading @@ -31,7 +31,12 @@ lint-dockerfile: container_scanning: stage: post-package only: - branches except: - schedules rules: - if: ${CONTAINER_SCANNING_DISABLED} when: never - if: ${CI_MERGE_REQUEST_ID} || ${CI_COMMIT_TAG} || ${CI_PIPELINE_SOURCE} == "schedule" when: never - if: ${CI_COMMIT_BRANCH} && ${GITLAB_FEATURES} =~ /\bcontainer_scanning\b/ Loading
_packaging.yml +9 −4 Original line number Diff line number Diff line Loading @@ -31,7 +31,12 @@ lint-dockerfile: container_scanning: stage: post-package only: - branches except: - schedules rules: - if: ${CONTAINER_SCANNING_DISABLED} when: never - if: ${CI_MERGE_REQUEST_ID} || ${CI_COMMIT_TAG} || ${CI_PIPELINE_SOURCE} == "schedule" when: never - if: ${CI_COMMIT_BRANCH} && ${GITLAB_FEATURES} =~ /\bcontainer_scanning\b/