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.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# http://oss.oracle.com/licenses/upl.
44
8181 - name : Image Scan
8282 shell : bash
8383 run : |
84+ sh ./hack/golang/govulncheck.sh
8485 echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
8586 export TRIVY_CACHE=$GITHUB_WORKSPACE/.cache/trivy
8687 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