Skip to content

Commit

Permalink
make it compatible with dagger v0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Feb 8, 2024
1 parent 4d50373 commit 918767b
Show file tree
Hide file tree
Showing 210 changed files with 3,006 additions and 7,096 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: deno install -A -r https://cli.fluentci.io -n fluentci
- name: Setup Dagger
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zenith.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: Setup Dagger Zenith
run: |
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.7 sh
curl -L https://dl.dagger.io/dagger/install.sh | DAGGER_VERSION=0.9.8 sh
sudo mv bin/dagger /usr/local/bin
dagger version
- name: Run Dagger Pipelines
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
![deno compatibility](https://shield.deno.dev/deno/^1.37)
[![](https://img.shields.io/codecov/c/gh/fluent-ci-templates/trivy-pipeline)](https://codecov.io/gh/fluent-ci-templates/trivy-pipeline)

[![CodeSee](https://codesee-docs.s3.amazonaws.com/badge.svg?)](https://app.codesee.io/maps/public/25ddb0a0-c690-11ee-9af8-b973aab28c96)

A ready-to-use CI/CD Pipeline for scanning vulnerabilities using [Trivy](https://trivy.dev/).

## 🚀 Usage
Expand Down Expand Up @@ -93,7 +95,7 @@ image(
You can also use this pipeline programmatically:

```ts
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.3.1/mod.ts";
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.3.2/mod.ts";

await fs(".");
```
2 changes: 1 addition & 1 deletion ci.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.3.1/mod.ts";
import { fs } from "https://pkg.fluentci.io/trivy_pipeline@v0.3.2/mod.ts";

await fs();
25 changes: 0 additions & 25 deletions example/.fluentci/.fluentci/.devcontainer/devcontainer.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

132 changes: 0 additions & 132 deletions example/.fluentci/.fluentci/.fluentci/.fluentci/CODE_OF_CONDUCT.md

This file was deleted.

70 changes: 0 additions & 70 deletions example/.fluentci/.fluentci/.fluentci/.fluentci/CONTRIBUTING.md

This file was deleted.

19 changes: 0 additions & 19 deletions example/.fluentci/.fluentci/.fluentci/.fluentci/LICENSE

This file was deleted.

Loading

0 comments on commit 918767b

Please sign in to comment.