We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d72890 + 6fca2e8 commit 19fcc71Copy full SHA for 19fcc71
.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/[email protected]
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
0 commit comments