We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc2c77 commit 9759187Copy full SHA for 9759187
.github/workflows/pull-request.yaml
@@ -37,16 +37,16 @@ jobs:
37
38
sudo ./release/http-downloader_linux_amd64/hd install ks
39
ks version
40
- - name: Upload Artifact for darwin
41
- uses: actions/upload-artifact@v2
+ - name: Run Trivy vulnerability scanner
+ uses: aquasecurity/trivy-action@master
42
with:
43
- name: hd-darwin-amd64
44
- path: release/hd-darwin-amd64.tar.gz
45
- - name: Upload Artifact for linux
46
47
- with:
48
- name: hd-linux-amd64
49
- path: release/hd-linux-amd64.tar.gz
+ image-ref: 'surenpi/hd:latest'
+ format: 'table'
+ exit-code: '1'
+ ignore-unfixed: true
+ vuln-type: 'os,library'
+ severity: 'CRITICAL,HIGH'
+
50
GoLint:
51
name: Lint
52
runs-on: ubuntu-20.04
0 commit comments