Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJiangZhou2163 committed Jan 17, 2025
1 parent 9f9cd2f commit 8a9936e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/Harbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,24 @@ jobs:
run: |
wget https://github.com/goharbor/harbor/releases/download/v2.11.1/harbor-offline-installer-v2.11.1.tgz
docker pull ghcr.io/aquasecurity/trivy-db:2
docker save -o trivy-db_2.tar.gz ghcr.io/aquasecurity/trivy-db:2
- name: Upload Image Artifact
uses: actions/upload-artifact@v4
with:
name: harbor-offline-installer
path: harbor-offline-installer-v2.11.1.tgz

Graylog:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Build project
run: |
docker pull ghcr.io/aquasecurity/trivy-db:2
docker save -o trivy-db_2.tar.gz ghcr.io/aquasecurity/trivy-db:2
- name: Upload Image Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 8a9936e

Please sign in to comment.