File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030 fi
3131
3232 - name : Run Trivy scan for logs
33- uses : aquasecurity/trivy-action@0.34.0
33+ uses : aquasecurity/trivy-action@0.34.1
3434 with :
3535 scan-type : " fs"
3636 scan-ref : " ."
3737 trivy-config : " trivy.yaml"
3838 trivyignores : " .trivyignore"
3939
4040 - name : Run Trivy scan for SARIF report
41- uses : aquasecurity/trivy-action@0.34.0
41+ uses : aquasecurity/trivy-action@0.34.1
4242 with :
4343 scan-type : " fs"
4444 scan-ref : " ."
4848 output : " trivy-results.sarif"
4949
5050 - name : Upload SARIF to GitHub Security tab
51- uses : github/codeql-action/upload-sarif@v4.32.3
51+ uses : github/codeql-action/upload-sarif@v4.32.4
5252 with :
5353 sarif_file : " trivy-results.sarif"
5454
7676 fi
7777
7878 - name : Run Trivy to generate SBOM
79- uses : aquasecurity/trivy-action@0.34.0
79+ uses : aquasecurity/trivy-action@0.34.1
8080 with :
8181 scan-type : " fs"
8282 scan-ref : " ."
Original file line number Diff line number Diff line change 11click == 8.3.1
22fabric == 3.2.2
3- fastcore == 1.12.14
4- flask == 3.1.2
3+ fastcore == 1.12.16
4+ flask == 3.1.3
55ghapi == 1.0.10
66jinja2 == 3.1.6
77kombu == 5.6.2
8- openstacksdk == 4.9 .0
8+ openstacksdk == 4.10 .0
99prometheus-client == 0.24.1
1010pydantic == 1.10.26
1111pymongo == 4.16.0
You can’t perform that action at this time.
0 commit comments