Commit Graph

15 Commits

Author SHA1 Message Date
R. Ryantm
3b235d21be syft: 1.13.0 -> 1.14.0 2024-10-09 05:51:50 +00:00
R. Ryantm
fb52378cb1 syft: 1.12.2 -> 1.13.0 2024-09-24 19:54:35 +00:00
R. Ryantm
2f22292e44 syft: 1.11.1 -> 1.12.2 2024-09-13 16:15:36 +00:00
R. Ryantm
706ad5f180 syft: 1.11.0 -> 1.11.1 2024-08-21 04:52:39 +00:00
R. Ryantm
0b2695c11a syft: 1.10.0 -> 1.11.0 2024-08-10 13:12:57 +00:00
R. Ryantm
7a34a66e27 syft: 1.9.0 -> 1.10.0 2024-07-31 14:03:25 +00:00
R. Ryantm
fe1208ba59 syft: 1.8.0 -> 1.9.0 2024-07-13 07:09:37 +00:00
R. Ryantm
09e0c8c234 syft: 1.7.0 -> 1.8.0 2024-06-25 23:21:44 +00:00
R. Ryantm
ee5068139e syft: 1.6.0 -> 1.7.0 2024-06-19 06:01:15 +00:00
R. Ryantm
4c3cc7b115 syft: 1.5.0 -> 1.6.0 2024-06-11 07:29:35 +00:00
R. Ryantm
a3e2afbc2e syft: 1.4.1 -> 1.5.0 2024-05-29 05:37:11 +00:00
Aleksana
7075e69645
Merge pull request #310485 from martinetd/syft
syft: disable update check
2024-05-21 20:49:56 +08:00
Dominique Martinet
ba9318ecf4 syft: disable update check by default
Nixos policy is not to ping home by default, so make the update check
default to false.

It can still be re-enabled by config or env var if required:
- `check-for-app-update: true` in a `.syft.yaml`
- SYFT_CHECK_FOR_APP_UPDATE=true

This can be verified by checking for network connections when
trying to scan a non-existing file (or `toolbox-data.anchore.io` dns
requests):
`strace -f -e connect syft scan a 2>&1 | grep AF_INET`
2024-05-10 11:35:32 +09:00
R. Ryantm
9468df0638 syft: 1.3.0 -> 1.4.1 2024-05-10 02:14:00 +00:00
kashw2
a65f728792 syft: migrate to by-name overlay 2024-04-28 16:29:19 +10:00