Skip to content

Commit f2e2851

Browse files
committed
chore(ci): Add oras to correctly setup sync jobs
1 parent 4844d82 commit f2e2851

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/sync-trivy-checks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
14+
15+
- name: setup-oras
16+
uses: oras-project/[email protected]
17+
1518
- name: Login to GitHub Packages Container registry
1619
uses: docker/login-action@v3
1720
with:

.github/workflows/sync-trivy-db.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: setup-oras
16+
uses: oras-project/[email protected]
17+
1518
- name: Login to GitHub Packages Container registry
1619
uses: docker/login-action@v3
1720
with:

.github/workflows/sync-trivy-java-db.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: setup-oras
16+
uses: oras-project/[email protected]
17+
1518
- name: Login to GitHub Packages Container registry
1619
uses: docker/login-action@v3
1720
with:

0 commit comments

Comments
 (0)