Fix scan report uploading
This commit is contained in:
parent
da890ed4ec
commit
0f152cb766
2 changed files with 2 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
||||||
load: true
|
load: true
|
||||||
labels: protonmail-bridge:latest
|
labels: protonmail-bridge:latest
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
|
id: scan
|
||||||
uses: anchore/scan-action@v2
|
uses: anchore/scan-action@v2
|
||||||
with:
|
with:
|
||||||
image: protonmail-bridge:latest
|
image: protonmail-bridge:latest
|
||||||
|
|
|
||||||
1
.github/workflows/deb.yaml
vendored
1
.github/workflows/deb.yaml
vendored
|
|
@ -44,6 +44,7 @@ jobs:
|
||||||
load: true
|
load: true
|
||||||
tags: protonmail-bridge:latest
|
tags: protonmail-bridge:latest
|
||||||
- name: Scan image
|
- name: Scan image
|
||||||
|
id: scan
|
||||||
uses: anchore/scan-action@v2
|
uses: anchore/scan-action@v2
|
||||||
with:
|
with:
|
||||||
image: protonmail-bridge:latest
|
image: protonmail-bridge:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue