From 3cbf1cc2684a7ee76d8eb0ba37ac8dae0150b218 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Wed, 25 Oct 2023 05:03:05 +0000 Subject: [PATCH] bump version code --- README.md | 2 +- ci.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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();