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