Skip to content

Commit f1f74d1

Browse files
committed
chore: make sure save is on all of them
1 parent d841af3 commit f1f74d1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/demo-build-and-scan-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
path: .
6161

6262
- name: Run EOL scan
63-
run: npx @herodevs/cli@beta scan eol --file=sbom.json
63+
run: npx @herodevs/cli@beta scan eol --file=sbom.json --save
6464

6565
- name: Upload HD report
6666
uses: actions/upload-artifact@v4

.github/workflows/demo-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version: '22'
2222

2323
- name: Run EOL Scan
24-
run: npx @herodevs/cli@beta scan eol -s
24+
run: npx @herodevs/cli@beta scan eol --save
2525

2626
- name: Upload artifact
2727
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)