Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
f177bbf
Eng 1831 create azure blob storage adapter (#3222)
Lionel-Wilson Dec 4, 2025
f305a43
Update github.com/serpapi/serpapi-golang digest to a523a21 (#3229)
DavidS-ovm Dec 5, 2025
a50978f
Update google.golang.org/genproto/googleapis/rpc digest to ff82c1b (#…
DavidS-ovm Dec 5, 2025
4fb7fcb
Update Docker Images (#3234)
renovate[bot] Dec 5, 2025
2d83e8e
Update Go (#3235)
DavidS-ovm Dec 5, 2025
674c961
ENG-1602 filter by auto label on changeslist view (#3227)
getinnocuous Dec 5, 2025
65324bd
Build azure docker and add prepare services for azure sources (#3210)
carabasdaniel Dec 5, 2025
77b67cc
Update module github.com/google/go-github/v79 to v80 (#3242)
tphoney Dec 5, 2025
2fee1a6
Update module github.com/neo4j/neo4j-go-driver/v5 to v6 (#3243)
DavidS-ovm Dec 5, 2025
5f1af62
Eng 1897 azure unit tests (#3228)
Lionel-Wilson Dec 5, 2025
788c6d8
fix(deps): update module github.com/stripe/stripe-go/v83 to v84 (#3244)
tphoney Dec 5, 2025
fa70214
chore(deps): lock file maintenance (#3246)
renovate[bot] Dec 5, 2025
c763454
Eng 1710 build the integration test framework (#3252)
Lionel-Wilson Dec 5, 2025
d8a2b6e
Eng 1849 capture per timeline step metrics in honeycomb (#3261)
DavidS-ovm Dec 9, 2025
0c7b0f2
Update azure-sdk-for-go monorepo (major) (#3238)
renovate[bot] Dec 9, 2025
716b6ef
create storage account adapter (#3272)
Lionel-Wilson Dec 10, 2025
930457b
fix, temporarily disable manual labels from cli (#3277)
tphoney Dec 10, 2025
f277499
Eng 1975 create microsoftstoragestorageaccountsfileservicesshares (#3…
Lionel-Wilson Dec 10, 2025
f0a31e3
feat(aws): add blast propagation from security groups to instances vi…
jameslaneovermind Dec 10, 2025
a96b732
feat(aws-source): add cloudwatch-metric adapter for CPU utilization m…
jameslaneovermind Dec 10, 2025
e779794
Remove avg from metrics (#3286)
dylanratcliffe Dec 11, 2025
d7603e5
Run go mod tidy
actions-user Dec 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/opentofu/opentofu:minimal AS tofu

FROM alpine:3.22.2
FROM alpine:3.23.0

# Copy the tofu binary from the minimal image
COPY --from=tofu /usr/local/bin/tofu /usr/local/bin/tofu
Expand Down
Loading