mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-10 15:31:50 +02:00
Compare commits
1 commit
df3063a825
...
ea4cd452ec
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ea4cd452ec |
2 changed files with 8 additions and 8 deletions
8
.github/workflows/scan.yml
vendored
8
.github/workflows/scan.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
# NOTE: Scan first without failing, else we won't be able to read the scan
|
# NOTE: Scan first without failing, else we won't be able to read the scan
|
||||||
# report.
|
# report.
|
||||||
- name: Scan container image (no fail)
|
- name: Scan container image (no fail)
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
id: scan_container
|
id: scan_container
|
||||||
with:
|
with:
|
||||||
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
- name: Inspect container scan report
|
- name: Inspect container scan report
|
||||||
run: cat ${{ steps.scan_container.outputs.sarif }}
|
run: cat ${{ steps.scan_container.outputs.sarif }}
|
||||||
- name: Scan container image
|
- name: Scan container image
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
with:
|
with:
|
||||||
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
# NOTE: Scan first without failing, else we won't be able to read the scan
|
# NOTE: Scan first without failing, else we won't be able to read the scan
|
||||||
# report.
|
# report.
|
||||||
- name: Scan application (no fail)
|
- name: Scan application (no fail)
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
id: scan_app
|
id: scan_app
|
||||||
with:
|
with:
|
||||||
path: "."
|
path: "."
|
||||||
|
@ -73,7 +73,7 @@ jobs:
|
||||||
- name: Inspect application scan report
|
- name: Inspect application scan report
|
||||||
run: cat ${{ steps.scan_app.outputs.sarif }}
|
run: cat ${{ steps.scan_app.outputs.sarif }}
|
||||||
- name: Scan application
|
- name: Scan application
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
with:
|
with:
|
||||||
path: "."
|
path: "."
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
|
8
.github/workflows/scan_released.yml
vendored
8
.github/workflows/scan_released.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
# NOTE: Scan first without failing, else we won't be able to read the scan
|
# NOTE: Scan first without failing, else we won't be able to read the scan
|
||||||
# report.
|
# report.
|
||||||
- name: Scan container image (no fail)
|
- name: Scan container image (no fail)
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
id: scan_container
|
id: scan_container
|
||||||
with:
|
with:
|
||||||
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
- name: Inspect container scan report
|
- name: Inspect container scan report
|
||||||
run: cat ${{ steps.scan_container.outputs.sarif }}
|
run: cat ${{ steps.scan_container.outputs.sarif }}
|
||||||
- name: Scan container image
|
- name: Scan container image
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
with:
|
with:
|
||||||
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
image: "dangerzone.rocks/dangerzone:${{ steps.tag.outputs.tag }}"
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# NOTE: Scan first without failing, else we won't be able to read the scan
|
# NOTE: Scan first without failing, else we won't be able to read the scan
|
||||||
# report.
|
# report.
|
||||||
- name: Scan application (no fail)
|
- name: Scan application (no fail)
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
id: scan_app
|
id: scan_app
|
||||||
with:
|
with:
|
||||||
path: "."
|
path: "."
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
- name: Inspect application scan report
|
- name: Inspect application scan report
|
||||||
run: cat ${{ steps.scan_app.outputs.sarif }}
|
run: cat ${{ steps.scan_app.outputs.sarif }}
|
||||||
- name: Scan application
|
- name: Scan application
|
||||||
uses: anchore/scan-action@v5
|
uses: anchore/scan-action@v6
|
||||||
with:
|
with:
|
||||||
path: "."
|
path: "."
|
||||||
fail-build: true
|
fail-build: true
|
||||||
|
|
Loading…
Reference in a new issue