diff --git a/README.md b/README.md index eb88a96..dc9d5e8 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ sbom( You can also use this pipeline programmatically: ```ts -import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts"; +import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.2/mod.ts"; await fs(); ``` diff --git a/ci.ts b/ci.ts index 8ab9089..f19cf28 100644 --- a/ci.ts +++ b/ci.ts @@ -1,3 +1,3 @@ -import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts"; +import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.2/mod.ts"; await fs();