Skip to content

Commit e253965

Browse files
authored
Merge branch 'main' into fix/docs
2 parents b2979a6 + e5fdc7e commit e253965

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/trivy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "TAG=$(make version)" >> $GITHUB_ENV
3131
3232
- name: Run Trivy vulnerability scanner
33-
uses: aquasecurity/trivy-action@5681af892cd0f4997658e2bacc62bd0a894cf564
33+
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
3434
with:
3535
image-ref: "ghcr.io/${{ github.repository }}/${{ matrix.image }}:${{ env.TAG }}"
3636
format: "template"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ require (
289289
github.com/Microsoft/hcsshim v0.12.0-rc.3
290290
github.com/Sytten/logrus-zap-hook v0.1.0
291291
github.com/aws/aws-sdk-go-v2 v1.32.2
292-
github.com/aws/aws-sdk-go-v2/config v1.27.43
292+
github.com/aws/aws-sdk-go-v2/config v1.28.0
293293
github.com/aws/aws-sdk-go-v2/credentials v1.17.41
294294
github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3
295295
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/aws/aws-sdk-go-v2 v1.32.2 h1:AkNLZEyYMLnx/Q/mSKkcMqwNFXMAvFto9bNsHqcT
125125
github.com/aws/aws-sdk-go-v2 v1.32.2/go.mod h1:2SK5n0a2karNTv5tbP1SjsX0uhttou00v/HpXKM1ZUo=
126126
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 h1:pT3hpW0cOHRJx8Y0DfJUEQuqPild8jRGmSFmBgvydr0=
127127
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6/go.mod h1:j/I2++U0xX+cr44QjHay4Cvxj6FUbnxrgmqN3H1jTZA=
128-
github.com/aws/aws-sdk-go-v2/config v1.27.43 h1:p33fDDihFC390dhhuv8nOmX419wjOSDQRb+USt20RrU=
129-
github.com/aws/aws-sdk-go-v2/config v1.27.43/go.mod h1:pYhbtvg1siOOg8h5an77rXle9tVG8T+BWLWAo7cOukc=
128+
github.com/aws/aws-sdk-go-v2/config v1.28.0 h1:FosVYWcqEtWNxHn8gB/Vs6jOlNwSoyOCA/g/sxyySOQ=
129+
github.com/aws/aws-sdk-go-v2/config v1.28.0/go.mod h1:pYhbtvg1siOOg8h5an77rXle9tVG8T+BWLWAo7cOukc=
130130
github.com/aws/aws-sdk-go-v2/credentials v1.17.41 h1:7gXo+Axmp+R4Z+AK8YFQO0ZV3L0gizGINCOWxSLY9W8=
131131
github.com/aws/aws-sdk-go-v2/credentials v1.17.41/go.mod h1:u4Eb8d3394YLubphT4jLEwN1rLNq2wFOlT6OuxFwPzU=
132132
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.17 h1:TMH3f/SCAWdNtXXVPPu5D6wrr4G5hI1rAxbcocKfC7Q=

0 commit comments

Comments
 (0)