Skip to content

Instantly share code, notes, and snippets.

@akpsgit
akpsgit / main.go
Created May 26, 2024 09:47
Syft 1.4.1 memory profiling for big image
package main
// Using github.com/anchore/syft@v1.4.1/examples/create_simple_sbom/main.go
import (
"context"
"fmt"
"github.com/anchore/syft/syft/format"
"github.com/anchore/syft/syft/format/syftjson"
"github.com/anchore/syft/syft/sbom"