We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e30204 + 19fcc71 commit 44f50ffCopy full SHA for 44f50ff
3 files changed
.github/workflows/build.yml
@@ -410,7 +410,6 @@ jobs:
410
merge-multiple: true
411
412
- name: Scan for CVEs
413
- if: runner.os == 'Linux'
414
uses: aquasecurity/trivy-action@0.26.0
415
env:
416
TRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
go.mod
@@ -1,8 +1,6 @@
1
module github.com/ActiveState/cli
2
3
-go 1.22.5
4
-
5
-toolchain go1.23.1
+go 1.22.11
6
7
require (
8
github.com/99designs/gqlgen v0.17.54
version.txt
@@ -1 +1 @@
-0.47.0-RC1
+0.47.0-RC3
0 commit comments