We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312df64 commit dd02cc4Copy full SHA for dd02cc4
.github/workflows/docker.yml
@@ -12,8 +12,8 @@ env:
12
13
jobs:
14
main:
15
- runs-on: ubuntu-20.04
16
- timeout-minutes: 20
+ runs-on: ubuntu-latest
+ timeout-minutes: 30
17
steps:
18
- name: Check out the repo
19
uses: actions/checkout@v5
@@ -55,7 +55,7 @@ jobs:
55
cache-from: type=local,src=${{ github.workspace }}/cache
56
cache-to: type=local,dest=${{ github.workspace }}/cache
57
- name: Run Trivy vulnerability scanner
58
- uses: aquasecurity/trivy-action@master
+ uses: aquasecurity/trivy-action@0.28.0
59
with:
60
image-ref: ${{ env.imageName }}:${{ steps.docker_meta.outputs.version }}
61
format: "template"
0 commit comments