diff --git a/README.md b/README.md index eeab8a7..eb88a96 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.0/mod.ts"; +import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts"; await fs(); ``` diff --git a/ci.ts b/ci.ts index 8b71220..8ab9089 100644 --- a/ci.ts +++ b/ci.ts @@ -1,3 +1,3 @@ -import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.0/mod.ts"; +import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.2.1/mod.ts"; await fs();