File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
24
24
- name : Set up Docker Buildx
25
25
id : buildx
26
- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # 3.10 .0
26
+ uses : docker/setup-buildx-action@18ce135bb5112fa8ce4ed6c17ab05699d7f3a5e0 # 3.11 .0
27
27
- name : Login to ghcr.io
28
28
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # 3.4.0
29
29
with :
55
55
TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
56
56
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
57
57
- name : Upload Trivy scan results to GitHub Security tab
58
- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
58
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
59
59
with :
60
60
sarif_file : ' trivy-results.sarif'
Original file line number Diff line number Diff line change 42
42
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
43
43
44
44
- name : Upload Trivy scan results to GitHub Security tab
45
- uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
45
+ uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
46
46
if : always()
47
47
with :
48
48
sarif_file : ' trivy-results.sarif'
You can’t perform that action at this time.
0 commit comments