Skip to content

Commit

Permalink
ci: output url
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Dec 25, 2024
1 parent 3445d5a commit 796e320
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
name: trivy-report
path: trivy-report.json
retention-days: 30
- name: Output artifact URL
run: echo 'Artifact URL is ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}/artifacts/${{ steps.artifact-upload-step.outputs.artifact-id }}'
- name: Get the JSON Report Download URL
id: get_report_url
run: |
Expand Down

0 comments on commit 796e320

Please sign in to comment.