Skip to content

Commit

Permalink
Change docker scan timeout longer (#2363) (#2364)
Browse files Browse the repository at this point in the history
Co-authored-by: Yusuke Kadowaki <yusuke.kadowaki.1231@gmail.com>
  • Loading branch information
vdaas-ci and ykadowak authored Feb 15, 2024
1 parent 4c28c39 commit 88c570b
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 88c570b

Please sign in to comment.