mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
[anchore] more detailed Dockerfile scan reports (#12159)
This commit is contained in:
parent
b6a19b5eff
commit
0e8fad6844
10
.github/workflows/anchore-analysis.yml
vendored
10
.github/workflows/anchore-analysis.yml
vendored
@ -10,7 +10,9 @@ name: Docker Container Scan (clickhouse-server)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: docker/server/Dockerfile
|
paths:
|
||||||
|
- docker/server/Dockerfile
|
||||||
|
- .github/workflows/anchore-analysis.yml
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 21 * * *'
|
- cron: '0 21 * * *'
|
||||||
|
|
||||||
@ -31,6 +33,12 @@ jobs:
|
|||||||
image-reference: "localbuild/testimage:latest"
|
image-reference: "localbuild/testimage:latest"
|
||||||
dockerfile-path: "docker/server/Dockerfile"
|
dockerfile-path: "docker/server/Dockerfile"
|
||||||
acs-report-enable: true
|
acs-report-enable: true
|
||||||
|
fail-build: true
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v1.0.0
|
||||||
|
with:
|
||||||
|
name: AnchoreReports
|
||||||
|
path: ./anchore-reports/
|
||||||
- name: Upload Anchore Scan Report
|
- name: Upload Anchore Scan Report
|
||||||
uses: github/codeql-action/upload-sarif@v1
|
uses: github/codeql-action/upload-sarif@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user