mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
change asset names and remove extras
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
30324e9a9f
commit
f6cb65f5d7
10
.github/workflows/validations.yaml
vendored
10
.github/workflows/validations.yaml
vendored
@ -146,7 +146,7 @@ jobs:
|
|||||||
name: "Acceptance tests (Linux)"
|
name: "Acceptance tests (Linux)"
|
||||||
needs: [Build-Snapshot-Artifacts]
|
needs: [Build-Snapshot-Artifacts]
|
||||||
# Runner definition: workflows/.github/runs-on.yml
|
# Runner definition: workflows/.github/runs-on.yml
|
||||||
runs-on: runs-on=${{ github.run_id }}/runner=small
|
runs-on: runs-on=${{ github.run_id }}/runner=small/extras=
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||||
with:
|
with:
|
||||||
@ -167,7 +167,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
||||||
with:
|
with:
|
||||||
name: linux-build_linux_amd64_v1
|
name: linux-build_linux_amd64_v1
|
||||||
path: snapshot/linux-build_linux_amd64_v1/syft
|
path: snapshot/linux-build_linux_amd64_v1
|
||||||
|
|
||||||
- name: Run comparison tests (Linux)
|
- name: Run comparison tests (Linux)
|
||||||
run: make compare-linux
|
run: make compare-linux
|
||||||
@ -213,7 +213,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
||||||
with:
|
with:
|
||||||
name: darwin-build_darwin_amd64_v1
|
name: darwin-build_darwin_amd64_v1
|
||||||
path: snapshot/darwin-build_darwin_amd64_v1/syft
|
path: snapshot/darwin-build_darwin_amd64_v1
|
||||||
|
|
||||||
- name: Run comparison tests (Mac)
|
- name: Run comparison tests (Mac)
|
||||||
run: make compare-mac
|
run: make compare-mac
|
||||||
@ -226,7 +226,7 @@ jobs:
|
|||||||
name: "CLI tests (Linux)"
|
name: "CLI tests (Linux)"
|
||||||
needs: [Build-Snapshot-Artifacts]
|
needs: [Build-Snapshot-Artifacts]
|
||||||
# Runner definition: workflows/.github/runs-on.yml
|
# Runner definition: workflows/.github/runs-on.yml
|
||||||
runs-on: runs-on=${{ github.run_id }}/runner=small
|
runs-on: runs-on=${{ github.run_id }}/runner=small/extras=
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
|
||||||
with:
|
with:
|
||||||
@ -241,7 +241,7 @@ jobs:
|
|||||||
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 #v6.0.0
|
||||||
with:
|
with:
|
||||||
name: linux-build_linux_amd64_v1
|
name: linux-build_linux_amd64_v1
|
||||||
path: snapshot/linux-build_linux_amd64_v1/syft
|
path: snapshot/linux-build_linux_amd64_v1
|
||||||
|
|
||||||
- name: Run CLI Tests (Linux)
|
- name: Run CLI Tests (Linux)
|
||||||
run: make cli
|
run: make cli
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user