Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aweris committed Jan 2, 2024
1 parent d6f1073 commit 880087f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 13 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GitHub Action Local Executor

![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.4-green)
![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.5-green)

Welcome to project `gale`!

Expand All @@ -26,7 +26,7 @@ To start using `gale`, make sure your computer has these tools:

1. **Docker**: Dagger, requires [Docker](https://www.docker.com/) running on your host system.

2. **Dagger CLI**: You need to install the Dagger CLI , version >= v0.9.4, to use `gale`. [Install the Dagger CLI](https://docs.dagger.io/quickstart/729236/cli)
2. **Dagger CLI**: You need to install the Dagger CLI , version >= v0.9.5, to use `gale`. [Install the Dagger CLI](https://docs.dagger.io/quickstart/729236/cli)

Once you have these tools, you are ready to install and use `gale`.

Expand Down
2 changes: 1 addition & 1 deletion gha/actions/hello-world-javascript-action/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module: Hello, World!

![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.4-green)
![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.5-green)

Greet someone and record the time

Expand Down
2 changes: 1 addition & 1 deletion gha/actions/hello-world-javascript-action/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "hello-world-javascript-action",
"sdk": "go",
"dependencies": [
"github.com/aweris/gale@f68252f64186ad05c1c8b3d72a25e7c2933c169d"
"github.com/aweris/gale@d6f1073fc783be41753dae427996072f453f49f8"
]
}
2 changes: 1 addition & 1 deletion gha/aquasecurity/trivy-action/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Module: Aqua Security Trivy

![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.4-green)
![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.5-green)

Scans container images for vulnerabilities with Trivy

Expand Down
2 changes: 1 addition & 1 deletion gha/aquasecurity/trivy-action/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "trivy-action",
"sdk": "go",
"dependencies": [
"github.com/aweris/gale@f68252f64186ad05c1c8b3d72a25e7c2933c169d"
"github.com/aweris/gale@d6f1073fc783be41753dae427996072f453f49f8"
]
}
4 changes: 2 additions & 2 deletions gha/catalog.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# global values to be used by all actions
global:
galeVersion: "f68252f64186ad05c1c8b3d72a25e7c2933c169d"
daggerVersion: "v0.9.4"
galeVersion: "d6f1073fc783be41753dae427996072f453f49f8"
daggerVersion: "v0.9.5"

# generated actions. global values can be overridden per action item if needed
actions:
Expand Down
6 changes: 3 additions & 3 deletions gha/trufflesecurity/trufflehog/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Module: TruffleHog OSS

![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.4-green)
![dagger-min-version](https://img.shields.io/badge/dagger%20version-v0.9.5-green)

Scan Github Actions with TruffleHog
Scan Github Actions with TruffleHog.

This module is automatically generated using [actions-generator](https://github.com/aweris/gale/tree/main/daggerverse/actions/generator). It is a Dagger-compatible adaptation of the original [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) action.

Expand All @@ -23,7 +23,7 @@ dagger call -m github.com/aweris/gale/gha/trufflesecurity/trufflehog run [flags]
| base | false | Start scanning from here (usually main branch). | |
| extra_args | false | Extra args to be passed to the trufflehog cli. | |
| head | false | Scan commits until here (usually dev branch). | |
| path | true | Repository path | |
| path | false | Repository path | ./ |


### Action Runtime Inputs
Expand Down
2 changes: 1 addition & 1 deletion gha/trufflesecurity/trufflehog/dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "trufflehog",
"sdk": "go",
"dependencies": [
"github.com/aweris/gale@f68252f64186ad05c1c8b3d72a25e7c2933c169d"
"github.com/aweris/gale@d6f1073fc783be41753dae427996072f453f49f8"
]
}
2 changes: 2 additions & 0 deletions gha/trufflesecurity/trufflehog/main.go

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

2 changes: 1 addition & 1 deletion ghx/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module ghx
go 1.21.3

require (
dagger.io/dagger v0.9.4
dagger.io/dagger v0.9.5
github.com/aweris/gale/common v0.0.0-00010101000000-000000000000
github.com/caarlos0/env/v9 v9.0.0
github.com/go-git/go-git/v5 v5.10.0
Expand Down
2 changes: 2 additions & 0 deletions ghx/src/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
dagger.io/dagger v0.9.4 h1:0GNTLq1RlTOcwq6u3qMg/hLFBf2t+OlPeq9OYstLE1E=
dagger.io/dagger v0.9.4/go.mod h1:ic2UD6gS5iBp2e6VWPxyb7h6VpAyhFN6U7/TDlriox8=
dagger.io/dagger v0.9.5 h1:44ypKgOjKZKrzqHSoa/wIfqnrSZM87tuoAKJpo5tGV4=
dagger.io/dagger v0.9.5/go.mod h1:ic2UD6gS5iBp2e6VWPxyb7h6VpAyhFN6U7/TDlriox8=
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/99designs/gqlgen v0.17.40 h1:/l8JcEVQ93wqIfmH9VS1jsAkwm6eAF1NwQn3N+SDqBY=
Expand Down

0 comments on commit 880087f

Please sign in to comment.