Skip to content

Commit

Permalink
modify file upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 19, 2024
1 parent 6248932 commit 0dacc89
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
artifact_type: 'archive'
artifact_path: 'testData.zip'

- name: Upload Inspector Scan SBOM Results
uses: actions/upload-artifact@v4
with:
name: Inspector Scan SBOM Results
path: |
inspector_scan_results/*.json
logs/*.txt
7 changes: 7 additions & 0 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
artifact_type: 'binary'
artifact_path: '/usr/local/bin/inspector-sbomgen'

- name: Upload Inspector Scan SBOM Results
uses: actions/upload-artifact@v4
with:
name: Inspector Scan SBOM Results
path: |
inspector_scan_results/*.json
logs/*.txt
7 changes: 7 additions & 0 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
artifact_type: 'container'
artifact_path: 'alpine:latest'

- name: Upload Inspector Scan SBOM Results
uses: actions/upload-artifact@v4
with:
name: Inspector Scan SBOM Results
path: |
inspector_scan_results/*.json
logs/*.txt
2 changes: 1 addition & 1 deletion .github/workflows/repository.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
artifact_type: 'repository'
artifact_path: './'

- name: Upload File
- name: Upload Inspector Scan SBOM Results
uses: actions/upload-artifact@v4
with:
name: Inspector Scan SBOM Results
Expand Down

0 comments on commit 0dacc89

Please sign in to comment.