From 0f152cb766c3298c358741916a7f4aeeb4b135bc Mon Sep 17 00:00:00 2001 From: Xiaonan Shen Date: Thu, 19 Nov 2020 22:57:55 -0800 Subject: [PATCH] Fix scan report uploading --- .github/workflows/build.yaml | 1 + .github/workflows/deb.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b53c16..eff50f0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,6 +46,7 @@ jobs: load: true labels: protonmail-bridge:latest - name: Scan image + id: scan uses: anchore/scan-action@v2 with: image: protonmail-bridge:latest diff --git a/.github/workflows/deb.yaml b/.github/workflows/deb.yaml index 5410e8e..188ecaa 100644 --- a/.github/workflows/deb.yaml +++ b/.github/workflows/deb.yaml @@ -44,6 +44,7 @@ jobs: load: true tags: protonmail-bridge:latest - name: Scan image + id: scan uses: anchore/scan-action@v2 with: image: protonmail-bridge:latest