File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2022, 2024 , Oracle Corporation and/or its affiliates. All rights reserved.
1
+ # Copyright 2022, 2025 , Oracle Corporation and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# http://oss.oracle.com/licenses/upl.
4
4
81
81
- name : Image Scan
82
82
shell : bash
83
83
run : |
84
+ sh ./hack/golang/govulncheck.sh
84
85
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
85
86
export TRIVY_CACHE=$GITHUB_WORKSPACE/.cache/trivy
86
87
make trivy-scan
Original file line number Diff line number Diff line change
1
+ #! /bin/sh
2
+ #
3
+ # Copyright (c) 2020, 2025, Oracle and/or its affiliates.
4
+ # Licensed under the Universal Permissive License v 1.0 as shown at
5
+ # http://oss.oracle.com/licenses/upl.
6
+ #
7
+
8
+
9
+ go install golang.org/x/vuln/cmd/govulncheck@latest
10
+ make runner
11
+ govulncheck -mode binary -show traces,version,verbose ./bin/runner
You can’t perform that action at this time.
0 commit comments