Loading container/grype.yml +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ variables: - grype.txt when: always allow_failure: true needs: - image:build grype: extends: .grype pipelines/project-automation.yml +2 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,5 @@ tbump: extends: - .python:pre - .release:rules needs: [find-next-release] needs: - find-next-release tests/pipelines/container/monorepo.yml +2 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,6 @@ grype:image_B: variables: IMAGE_CONTEXT: ${CI_PROJECT_DIR}/tests/mockup_projects/container/monorepo/image_B # Absolute path IMAGE_NAME: ${CI_REGISTRY_IMAGE}/its_here/image_b needs: [kaniko:image_B] needs: - kaniko:image_B allow_failure: false Loading
container/grype.yml +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,8 @@ variables: - grype.txt when: always allow_failure: true needs: - image:build grype: extends: .grype
pipelines/project-automation.yml +2 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,5 @@ tbump: extends: - .python:pre - .release:rules needs: [find-next-release] needs: - find-next-release
tests/pipelines/container/monorepo.yml +2 −1 Original line number Diff line number Diff line Loading @@ -27,5 +27,6 @@ grype:image_B: variables: IMAGE_CONTEXT: ${CI_PROJECT_DIR}/tests/mockup_projects/container/monorepo/image_B # Absolute path IMAGE_NAME: ${CI_REGISTRY_IMAGE}/its_here/image_b needs: [kaniko:image_B] needs: - kaniko:image_B allow_failure: false