Update Trivy installation URL in Gitea build workflow to use internal asset repository
This commit is contained in:
@@ -65,7 +65,7 @@ jobs:
|
||||
|
||||
- name: Install Trivy
|
||||
run: |
|
||||
wget https://github.com/aquasecurity/trivy/releases/download/v0.68.2/trivy_0.68.2_Linux-64bit.deb
|
||||
wget https://git.quad4.io/Quad4-Extra/assets/raw/commit/90fdcea1bb71d91df2de6ff2e3897f278413f300/bin/trivy_0.68.2_Linux-64bit.deb
|
||||
sudo dpkg -i trivy_0.68.2_Linux-64bit.deb
|
||||
|
||||
- name: Generate SPDX SBOM with Trivy
|
||||
|
||||
Reference in New Issue
Block a user