Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update CLI to CLIO #2001

Merged
merged 43 commits into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
abcd6ce
chore: initial update to CLIO
kzantow Aug 4, 2023
45ba79b
chore: update clio, add missed files
kzantow Aug 7, 2023
dba6946
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 7, 2023
2fb08a5
chore: lint-fix
kzantow Aug 7, 2023
60fd206
chore: update tests
kzantow Aug 7, 2023
ecfdc59
chore: split command creation from run
kzantow Aug 8, 2023
8eeb5b2
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 8, 2023
7e3ed1d
chore: update tests
kzantow Aug 8, 2023
ac5f1a1
chore: revert moving functions to *_run.go files
kzantow Aug 8, 2023
a0bdcbc
chore: cleanup
kzantow Aug 8, 2023
8c590b9
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 8, 2023
66e1411
chore: support credential redaction
kzantow Aug 10, 2023
42363f8
chore: update to latest fangs
kzantow Aug 10, 2023
3ccbea9
chore: lint-fix
kzantow Aug 10, 2023
e90fafe
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 11, 2023
7795f1c
chore: cleanup
kzantow Aug 11, 2023
4f262de
chore: more cleanup
kzantow Aug 14, 2023
4c5eedb
chore: more cleanup
kzantow Aug 14, 2023
01bf2cf
chore: update attest options secrets
kzantow Aug 14, 2023
b15caef
chore: more cleanup
kzantow Aug 14, 2023
eb1f719
chore: correctly set scope
kzantow Aug 14, 2023
1e21ddb
chore: fix scope handling
kzantow Aug 14, 2023
876955c
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 16, 2023
f99b683
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 17, 2023
abd1b43
chore: update to latest clio and fangs
kzantow Aug 18, 2023
22bdedb
chore: address PR feedback
kzantow Aug 21, 2023
68bd652
chore: address PR feedback
kzantow Aug 21, 2023
a3377d0
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 21, 2023
276bc1f
chore: address more PR feedback
kzantow Aug 21, 2023
9105ac5
chore: set output template for SingleOutput type
kzantow Aug 21, 2023
9240d02
chore: update test
kzantow Aug 21, 2023
84a2b80
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 22, 2023
d95569a
incorporate clio exit event to fix ctrl+c behavior
wagoodman Aug 23, 2023
36b0de0
Merge remote-tracking branch 'origin/chore/port-to-clio' into chore/p…
kzantow Aug 23, 2023
ea9102c
chore: update app update check and post run for stereoscope cleanup
kzantow Aug 23, 2023
3ed5c8e
chore: PR feedback
kzantow Aug 23, 2023
8b6d47a
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 24, 2023
f3d392d
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 29, 2023
b5970a7
chore: address PR feedback
kzantow Aug 29, 2023
7477dc3
Merge remote-tracking branch 'upstream/main' into chore/port-to-clio
kzantow Aug 29, 2023
2efd9ff
chore: address PR feedback
kzantow Aug 29, 2023
ff13408
chore: address PR feedback
kzantow Aug 29, 2023
e1eeae3
chore: address PR feedback
kzantow Aug 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ builds:
-w
-s
-extldflags '-static'
-X github.com/anchore/syft/internal/version.version={{.Version}}
-X github.com/anchore/syft/internal/version.gitCommit={{.Commit}}
-X github.com/anchore/syft/internal/version.buildDate={{.Date}}
-X github.com/anchore/syft/internal/version.gitDescription={{.Summary}}
-X main.version={{.Version}}
-X main.gitCommit={{.Commit}}
-X main.buildDate={{.Date}}
-X main.gitDescription={{.Summary}}

- id: darwin-build
dir: ./cmd/syft
Expand Down
66 changes: 0 additions & 66 deletions cmd/syft/cli/attest.go

This file was deleted.

261 changes: 0 additions & 261 deletions cmd/syft/cli/attest/attest.go

This file was deleted.

Loading