Skip to content

Commit 3787572

Browse files
committed
chore: disable trivy
1 parent 75a8e01 commit 3787572

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
fetch-depth: 0
1919

2020
- uses: jdx/mise-action@v3
21-
with:
22-
github_token: ${{ secrets.GITHUB_TOKEN }}
2321

2422
- uses: actions/setup-go@v6
2523
with:

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- uses: actions/checkout@v6
2323

2424
- uses: jdx/mise-action@v3
25-
with:
26-
github_token: ${{ secrets.GITHUB_TOKEN }}
2725

2826
- uses: actions/setup-go@v6
2927
with:

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://mise-tools.jdx.dev/tools/bun
33
bun = "1.3.11"
44
# https://mise-tools.jdx.dev/tools/trivy
5-
trivy = "0.69.3"
5+
#trivy = "0.69.3"
66
# https://mise-tools.jdx.dev/tools/lefthook
77
lefthook = "2.1.5"
88
# https://mise-tools.jdx.dev/tools/golangci-lint

0 commit comments

Comments
 (0)