Skip to content

Commit

Permalink
fix: update repoURL
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyLewen committed May 15, 2024
1 parent 092ba40 commit b76577c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariner/mariner.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

const (
repoURL = "https://github.com/microsoft/CBL-MarinerVulnerabilityData/archive/refs/heads/main.tar.gz//CBL-MarinerVulnerabilityData-main"
repoURL = "https://github.com/microsoft/AzureLinuxVulnerabilityData/archive/refs/heads/main.tar.gz//AzureLinuxVulnerabilityData-main"
cblDir = "mariner" // CBL-Mariner Vulnerability Data
retry = 3

Expand Down

0 comments on commit b76577c

Please sign in to comment.