Commit Graph

5 Commits

Author SHA1 Message Date
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