Skip to content

Commit b24fa43

Browse files
crossplane-provider-aws/2.2.0-r0: cve remediation (#72866)
crossplane-provider-aws/2.2.0-r0: fix GHSA-j5w8-q4qc-rx2x <!--ci-cve-scan:must-fix: GHSA-j5w8-q4qc-rx2x--> Advisory data: https://github.com/wolfi-dev/advisories/blob/main/crossplane-provider-aws.advisories.yaml --- ### "Breadcrumbs" for this automated service - **Source Code:** https://go/cve-remedy-automation-source - **Logs:** https://go/cve-remedy-automation-logs - **Docs:** _(not provided yet)_ Co-authored-by: octo-sts[bot] <[email protected]>
1 parent be43d75 commit b24fa43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

crossplane-provider-aws.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: crossplane-provider-aws
33
version: "2.2.0"
4-
epoch: 0
4+
epoch: 1 # GHSA-j5w8-q4qc-rx2x
55
description: Official AWS Provider for Crossplane by Upbound
66
copyright:
77
- license: Apache-2.0
@@ -22,6 +22,11 @@ pipeline:
2222
repository: https://github.com/crossplane-contrib/provider-upjet-aws
2323
tag: v${{package.version}}
2424

25+
- uses: go/bump
26+
with:
27+
deps: |-
28+
golang.org/x/[email protected]
29+
2530
data:
2631
- name: packages
2732
items:

0 commit comments

Comments
 (0)