diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9df3b0f..9e5a798 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,6 +2,8 @@ version: 2 updates: - package-ecosystem: gomod + commit-message: + prefix: "CHORE" directory: / schedule: interval: monthly diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 97f07bb..dfebe42 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -19,13 +19,6 @@ jobs: with: fetch-depth: 0 - - name: Run Trivy vulnerability scanner in fs mode - uses: aquasecurity/trivy-action@master - with: - scan-type: 'fs' - scan-ref: '.' - trivy-config: trivy.yaml - golang: runs-on: ubuntu-latest steps: diff --git a/go.mod b/go.mod index 5200d2b..22db793 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/code-gorilla-au/fetch -go 1.25.3 +go 1.25.7 -require github.com/code-gorilla-au/odize v1.3.4 +require github.com/code-gorilla-au/odize v1.3.5 require ( github.com/code-gorilla-au/env v1.1.1 // indirect diff --git a/go.sum b/go.sum index e6bc460..eda0e73 100644 --- a/go.sum +++ b/go.sum @@ -1,6 +1,6 @@ github.com/code-gorilla-au/env v1.1.1 h1:4rkSwCnyymKh+KGAOPx3fEg9v2ZV5i9r92bSf7xvnCE= github.com/code-gorilla-au/env v1.1.1/go.mod h1:KE4Ymfz5MhMi7SX3ZKH4iMFAHsDCvwOV8WTzgpwzzE4= -github.com/code-gorilla-au/odize v1.3.4 h1:QHEM7v8/qH9R0QO6tVWh0yKr+VMv3RGC3PcIADwDGVA= -github.com/code-gorilla-au/odize v1.3.4/go.mod h1:Q6uRMcQWCPldPNtlxiaWdA78vaPibTLZIO5owiM96Cw= +github.com/code-gorilla-au/odize v1.3.5 h1:Bjb0c1NXRkbEppsCs2PSN4DHWy3yWIggTXdroibWF54= +github.com/code-gorilla-au/odize v1.3.5/go.mod h1:+PtShsIEca9bAfxltU00OVD75aR5NvtkpOW/HGHdi9w= github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0= github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4=