Compare commits

...

4 Commits

Author SHA1 Message Date
Bo-Yi Wu cd7b8b4656 chore(docker): bump alpine base image to 3.23
- Upgrade FROM alpine:3.17 to alpine:3.23
- Resolve Trivy CRITICAL/HIGH CVE findings from EOL alpine 3.17
2026-05-08 23:55:41 +08:00
Bo-Yi Wu 530ced4f2a chore: bump go directive to 1.25.10
- Update go.mod go directive from 1.25.9 to 1.25.10
2026-05-08 21:19:20 +08:00
Bo-Yi Wu 072876987d ci: bump golangci-lint to v2.12
- Upgrade golangci-lint version from v2.11 to v2.12
2026-05-08 20:13:40 +08:00
Bo-Yi Wu caaf39fc08 ci(actions): bump trivy-action to v0.36.0 and codecov-action to v6 2026-04-25 16:51:03 +08:00
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ jobs:
tags: drone-telegram:scan
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@v0.35.0
uses: aquasecurity/trivy-action@v0.36.0
with:
image-ref: "drone-telegram:scan"
format: "sarif"
+2 -2
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.11
version: v2.12
args: --verbose
- uses: hadolint/hadolint-action@v3.3.0
@@ -65,6 +65,6 @@ jobs:
run: |
make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
flags: ${{ matrix.os }},go-${{ matrix.go }}
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v6
- name: Run Trivy vulnerability scanner (repo)
uses: aquasecurity/trivy-action@v0.35.0
uses: aquasecurity/trivy-action@v0.36.0
with:
scan-type: "fs"
scan-ref: "."
@@ -70,7 +70,7 @@ jobs:
tags: drone-telegram:scan
- name: Run Trivy vulnerability scanner (image)
uses: aquasecurity/trivy-action@v0.35.0
uses: aquasecurity/trivy-action@v0.36.0
with:
image-ref: "drone-telegram:scan"
format: "sarif"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.23
ARG TARGETOS
ARG TARGETARCH
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/appleboy/drone-telegram
go 1.25.9
go 1.25.10
require (
github.com/appleboy/drone-template-lib v1.3.0