Skip to content

Commit 9c2d836

Browse files
committed
chore: add cve-scans
1 parent 8987a02 commit 9c2d836

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/cve-scan-latest.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,54 +15,54 @@ jobs:
1515
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
1616
with:
1717
image_name: 'steadybit/orders-go'
18-
image_tag: 'latest'
18+
image_tag: 'main'
1919
cve_scan_checkout_go:
2020
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
2121
with:
2222
image_name: 'steadybit/checkout-go'
23-
image_tag: 'latest'
23+
image_tag: 'main'
2424
cve_scan_inventory_go:
2525
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
2626
with:
2727
image_name: 'steadybit/inventory-go'
28-
image_tag: 'latest'
28+
image_tag: 'main'
2929
cve_scan_bestseller_toys_go:
3030
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
3131
with:
3232
image_name: 'steadybit/bestseller-toys-go'
33-
image_tag: 'latest'
33+
image_tag: 'main'
3434
cve_scan_gateway:
3535
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
3636
with:
3737
image_name: 'steadybit/gateway'
38-
image_tag: 'latest'
38+
image_tag: 'main'
3939
cve_scan_hot_deals:
4040
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
4141
with:
4242
image_name: 'steadybit/hot-deals'
43-
image_tag: 'latest'
43+
image_tag: 'main'
4444
cve_scan_bestseller_fashion:
4545
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
4646
with:
4747
image_name: 'steadybit/bestseller-fashion'
48-
image_tag: 'latest'
48+
image_tag: 'main'
4949
cve_scan_checkout:
5050
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
5151
with:
5252
image_name: 'steadybit/checkout'
53-
image_tag: 'latest'
53+
image_tag: 'main'
5454
cve_scan_inventory:
5555
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
5656
with:
5757
image_name: 'steadybit/inventory'
58-
image_tag: 'latest'
58+
image_tag: 'main'
5959
cve_scan_bestseller_toys:
6060
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
6161
with:
6262
image_name: 'steadybit/bestseller-toys'
63-
image_tag: 'latest'
63+
image_tag: 'main'
6464
cve_scan_orders:
6565
uses: steadybit/extension-kit/.github/workflows/reusable-cve-scan.yml@main # NOSONAR githubactions:S7637 - our own action
6666
with:
6767
image_name: 'steadybit/orders'
68-
image_tag: 'latest'
68+
image_tag: 'main'

0 commit comments

Comments
 (0)