Skip to content

Commit 187a0f5

Browse files
committed
ci: remove broken trivy
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 038fe68 commit 187a0f5

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
ref: release
15+
- uses: actions/checkout@v5
1816
- name: Set up QEMU
1917
uses: docker/setup-qemu-action@v3
2018
- name: Set up Docker Buildx
@@ -35,16 +33,3 @@ jobs:
3533
cache-to: type=gha,mode=max
3634
- name: Image digest
3735
run: echo ${{ steps.docker_build.outputs.digest }}
38-
39-
- name: Run Trivy vulnerability scanner
40-
uses: aquasecurity/trivy-action@0.28.0
41-
with:
42-
image-ref: "pbeke/qownnotes-web-app:latest"
43-
format: "sarif"
44-
output: "trivy-results.sarif"
45-
severity: "CRITICAL,HIGH"
46-
47-
- name: Upload Trivy scan results to GitHub Security tab
48-
uses: github/codeql-action/upload-sarif@v3
49-
with:
50-
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)