File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
FROM golang:alpine AS builder
2
2
WORKDIR /usr/src/terramaid
3
3
# Terraform version
4
- ARG TERRAFORM_VERSION=1.9.2
4
+ ARG TERRAFORM_VERSION=1.10.0
5
5
6
6
# Install necessary dependencies
7
7
RUN apk update && apk add --no-cache \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Use "terramaid [command] --help" for more information about a command.
142
142
Run the following command to utilize the Terramaid Docker image:
143
143
144
144
``` sh
145
- docker run -it -v $( pwd) :/usr/src/terramaid run rosesecurity/terramaid:latest
145
+ docker run -it -v $( pwd) :/usr/src/terramaid rosesecurity/terramaid:latest run
146
146
```
147
147
148
148
## CI/CD Integrations
Original file line number Diff line number Diff line change 1
1
module github.com/RoseSecurity/terramaid
2
2
3
- go 1.23
3
+ go 1.22
4
4
5
5
require (
6
6
github.com/arsham/figurine v1.3.0
You can’t perform that action at this time.
0 commit comments