Skip to content

Commit 23c579e

Browse files
committed
chore: various tweaks
1 parent 45905cf commit 23c579e

3 files changed

Lines changed: 1 addition & 13 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ jobs:
1313
environment: demo
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout repo
17-
uses: actions/checkout@v4
18-
with:
19-
ref: main
20-
2116
- name: Set up Node.js
2217
uses: actions/setup-node@v4
2318
with:

.github/workflows/demo-docker-buildx-sbom-scan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
environment: demo
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Checkout repo
17-
uses: actions/checkout@v4
18-
1916
- name: Set up Node.js
2017
uses: actions/setup-node@v4
2118
with:
@@ -34,6 +31,7 @@ jobs:
3431
--file ./ci/image.Dockerfile \
3532
--tag herodevs/eol-scan:local \
3633
--sbom=type=cyclonedx,output=sbom.json \
34+
--platform linux/amd64 \
3735
--load \
3836
.
3937

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
environment: demo
1717
runs-on: ubuntu-latest
1818
steps:
19-
- name: Checkout repo
20-
uses: actions/checkout@v4
21-
with:
22-
ref: main
23-
2419
- name: Set up Node.js
2520
uses: actions/setup-node@v4
2621
with:

0 commit comments

Comments
 (0)