Skip to content

Commit

Permalink
Added setup oras step
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 4, 2025
1 parent 4d80c1c commit 9edc59b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-app-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
nvd/2022
nvd/2023
nvd/2024
- uses: oras-project/setup-oras@v1
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-vdb6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
nvd/2022
nvd/2023
nvd/2024
- uses: oras-project/setup-oras@v1
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
nvd/2022
nvd/2023
nvd/2024
- uses: oras-project/setup-oras@v1
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
repository: AppThreat/vuln-list
path: vuln-list
fetch-depth: '1'
- uses: oras-project/setup-oras@v1
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 9edc59b

Please sign in to comment.