File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929jobs :
3030 build :
3131 runs-on : ubuntu-latest
32+ timeout-minutes : 15
3233 permissions :
3334 contents : write
3435 packages : write
@@ -103,14 +104,15 @@ jobs:
103104 security-scan :
104105 needs : build
105106 runs-on : ubuntu-latest
107+ timeout-minutes : 15
106108 if : github.event_name != 'pull_request'
107109 permissions :
108110 contents : read
109111 security-events : write
110112
111113 steps :
112114 - name : Run Trivy vulnerability scanner
113- uses : aquasecurity/trivy-action@master
115+ uses : aquasecurity/trivy-action@0.28.0
114116 with :
115117 image-ref : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.build.outputs.image-tag }}
116118 format : ' sarif'
Original file line number Diff line number Diff line change 99jobs :
1010 pre-commit :
1111 runs-on : ubuntu-latest
12+ timeout-minutes : 10
1213 steps :
1314 - uses : actions/checkout@v6
1415 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments