mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 08:23:15 +01:00
make artifacts executable
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
This commit is contained in:
parent
c1ddbdb136
commit
ee39d2ca75
9
.github/workflows/validations.yaml
vendored
9
.github/workflows/validations.yaml
vendored
@ -122,6 +122,9 @@ jobs:
|
||||
name: snapshot
|
||||
path: snapshot
|
||||
|
||||
- name: Restore binary permissions
|
||||
run: chmod +x snapshot/*/syft snapshot/*/*.exe 2>/dev/null || true
|
||||
|
||||
- name: Run comparison tests (Linux)
|
||||
run: make compare-linux
|
||||
|
||||
@ -163,6 +166,9 @@ jobs:
|
||||
name: snapshot
|
||||
path: snapshot
|
||||
|
||||
- name: Restore binary permissions
|
||||
run: chmod +x snapshot/*/syft 2>/dev/null || true
|
||||
|
||||
- name: Run comparison tests (Mac)
|
||||
run: make compare-mac
|
||||
|
||||
@ -194,5 +200,8 @@ jobs:
|
||||
name: snapshot
|
||||
path: snapshot
|
||||
|
||||
- name: Restore binary permissions
|
||||
run: chmod +x snapshot/*/syft snapshot/*/*.exe 2>/dev/null || true
|
||||
|
||||
- name: Run CLI Tests (Linux)
|
||||
run: make cli
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user