Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport to release/v1.7 #2364

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change docker scan timeout longer (#2363)
  • Loading branch information
ykadowak authored and vdaas-ci committed Feb 15, 2024
commit a8dfd7d29a48fec6d764adb2843d8f2027f047b0
2 changes: 2 additions & 0 deletions .github/actions/scan-docker-image/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ runs:
image-ref: ${{ inputs.image_ref }}
format: "table"
severity: ${{ inputs.severity }}
timeout: 30m
- name: Run vulnerability scanner (sarif)
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ inputs.image_ref }}
format: "sarif"
output: "trivy-results.sarif"
severity: ${{ inputs.severity }}
timeout: 30m
- name: Upload Trivy scan results to Security tab
uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
Loading