From 89800a439dfa6081513116a68bf62269b44f3cc2 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Mon, 26 Dec 2022 22:10:21 +0100 Subject: [PATCH] Update daily.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/daily.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/daily.yaml b/.github/workflows/daily.yaml index 19bd45b83a6..2fad8c79b63 100644 --- a/.github/workflows/daily.yaml +++ b/.github/workflows/daily.yaml @@ -7,6 +7,8 @@ jobs: generate-readme: runs-on: ubuntu-latest name: "Generate readme files" + container: + image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e steps: - name: Checkout uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3 @@ -113,6 +115,7 @@ jobs: generate-security-reports: runs-on: ubuntu-latest + name: Generate Security Reports" container: image: ghcr.io/truecharts/devcontainer:v3.1.1@sha256:f0ecaa533663f88346b745eb497f6f6acf63561ad88e345cd71c8280963b8c1e steps: