Skip to content

Commit

Permalink
Merge pull request #3 from Boehringer-Ingelheim/secops
Browse files Browse the repository at this point in the history
Secops
  • Loading branch information
sorinvoicu authored Feb 29, 2024
2 parents e5ea4e9 + 4b13679 commit b3fa0d2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
permissions:
packages: write

outputs:
image: ${{ steps.build_vars.outputs.IMAGE_NAME }}
tag: ${{ steps.build_vars.outputs.IMAGE_DATE_TAG }}

steps:
- name: Checkout project ⬇️
uses: actions/checkout@v4
Expand Down Expand Up @@ -119,7 +123,13 @@ jobs:
PANDOC_VERSION=${{ github.event.inputs.pandoc_version }}
QUARTO_VERSION=${{ github.event.inputs.quarto_version }}
sec_ops:
name: SecOps
needs: build_publish
runs-on: ubuntu-latest

steps:
- name: Update security artifacts
uses: boehringer-ingelheim/dv.ci-images/.github/workflows/secops.yml@secops
with:
image_tag: "${{ steps.build_vars.outputs.IMAGE_NAME }}:${{ steps.build_vars.outputs.IMAGE_DATE_TAG }}"
image_tag: "${{ needs.build_publish.outputs.image }}:${{ needs.build_publish.outputs.tag }}"
4 changes: 0 additions & 4 deletions .github/workflows/secops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ on:
default: "ghcr.io/boehringer-ingelheim/r_4.3.2_cran_2024.01.12:latest"
type: string

push:
branches:
- seops

jobs:
build_publish:
name: SecOps
Expand Down

0 comments on commit b3fa0d2

Please sign in to comment.