Address shellcheck warnings
This commit is contained in:
parent
e471edd93a
commit
3f762da1e6
11 changed files with 68 additions and 34 deletions
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
|
|
@ -54,12 +54,15 @@ jobs:
|
|||
platforms: ${{ env.PLATFORMS }}
|
||||
push: true
|
||||
tags: localhost:5000/protonmail-bridge:latest
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Scan image
|
||||
id: scan
|
||||
uses: anchore/scan-action@v4
|
||||
with:
|
||||
image: localhost:5000/protonmail-bridge:latest
|
||||
fail-build: true
|
||||
fail-build: false
|
||||
severity-cutoff: critical
|
||||
output-format: sarif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue