File tree 3 files changed +18
-3
lines changed
3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " monthly"
12
+ groups :
13
+ gh-actions-packages :
14
+ patterns :
15
+ - " *"
Original file line number Diff line number Diff line change 57
57
TRIVY_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
58
58
TRIVY_JAVA_DB_REPOSITORY : ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db
59
59
- name : Upload Trivy scan results to GitHub Security tab
60
- uses : github/codeql-action/upload-sarif@v3
60
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
61
61
with :
62
62
sarif_file : ' trivy-results.sarif'
63
63
Original file line number Diff line number Diff line change 22
22
runs-on : " ubuntu-20.04"
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
26
27
27
- name : Free Disk Space (Ubuntu) # Reclaim disk space for scan
28
28
uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
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@v3
45
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
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