paketo-buildpacks / libpak

An opinionated extension to the libcnb Cloud Native Buildpack Library
Apache License 2.0
15 stars 17 forks source link

Change `syft packages` to `syft scan` #351

Closed dmikusa closed 1 month ago

dmikusa commented 1 month ago

Summary

The syft packages command was deprecated. This has been generating warning messages in builds for a while now. The new command is syft scan and it has the same arguments, so no argument changes are necessary.

Use Cases

Resolves #350

Checklist