Skip to content

Commit

Permalink
Update images for latest version (#515)
Browse files Browse the repository at this point in the history
* Update images for latest version

* Fix vuln numbers in e2e
  • Loading branch information
wiliansilvazup committed Aug 9, 2021
1 parent 52d0915 commit 71ce465
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 10 deletions.
10 changes: 5 additions & 5 deletions e2e/scan_languages/scan_languages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ func TestHorusecCLI(t *testing.T) {
{
name: "Leaks",
target: filepath.Join("leaks", "example1"),
vulnerabilies: 6,
vulnerabilies: 25,
},
{
name: "Go",
target: filepath.Join("go", "example1"),
vulnerabilies: 9,
vulnerabilies: 18,
},
{
name: "Csharp",
Expand Down Expand Up @@ -113,17 +113,17 @@ func TestHorusecCLI(t *testing.T) {
{
name: "JavascriptNPM",
target: filepath.Join("javascript", "example1"),
vulnerabilies: 12,
vulnerabilies: 29,
},
{
name: "JavascriptYarn",
target: filepath.Join("javascript", "example2"),
vulnerabilies: 10,
vulnerabilies: 28,
},
{
name: "HCL",
target: filepath.Join("hcl", "example1"),
vulnerabilies: 5,
vulnerabilies: 7,
},
{
name: "Dart",
Expand Down
4 changes: 2 additions & 2 deletions internal/enums/images/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const (
C = "horuszup/horusec-c:v1.0.0"
Csharp = "horuszup/horusec-csharp:v1.0.1"
Elixir = "horuszup/horusec-elixir:v1.0.0"
Generic = "horuszup/horusec-generic:v1.0.1"
Generic = "horuszup/horusec-generic:v1.1.0"
Go = "horuszup/horusec-go:v1.0.1"
HCL = "horuszup/horusec-hcl:v1.0.0"
HCL = "horuszup/horusec-hcl:v1.1.0"
Javascript = "horuszup/horusec-js:v1.0.0"
Leaks = "horuszup/horusec-leaks:v1.0.1"
PHP = "horuszup/horusec-php:v1.0.0"
Expand Down
1 change: 0 additions & 1 deletion internal/services/engines/nodejs/regular/regular.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,3 @@ func NewNodeJSRegularInsecureDownload() text.TextRule {
},
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
alpha: 0
beta: 0
rc: 0
release: v1.0.1
release: v1.1.0
2 changes: 1 addition & 1 deletion internal/services/formatters/hcl/deployments/.semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
alpha: 0
beta: 0
rc: 0
release: v1.0.0
release: v1.1.0

0 comments on commit 71ce465

Please sign in to comment.