Fix dependabot alerts (#3188)

* chore: update github.com/redis/go-redis/v9 to v9.9.0

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* chore: update trivy to v0.63.0

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* chore: update github.com/spf13/cast to v1.9.2

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* chore: update ossf/scorecard-action from 2.4.1 to 2.4.2

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

* chore: fix multiple dependabot alerts

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

---------

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
This commit is contained in:
Andrei Aaron
2025-06-09 20:40:13 +03:00
committed by GitHub
parent 483c869920
commit 6a22640bfa
8 changed files with 115 additions and 116 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ func TestRedisOptions(t *testing.T) {
So(err, ShouldBeNil)
So(clientIntf, ShouldNotBeNil)
_, ok := clientIntf.(*redis.Client)
_, ok := clientIntf.(*redis.ClusterClient)
So(ok, ShouldBeTrue)
})
+4 -2
View File
@@ -44,8 +44,10 @@ func getNewScanOptions(dir string, dbRepositoryRef, javaDBRepositoryRef name.Ref
CacheDir: dir,
},
ScanOptions: flag.ScanOptions{
Scanners: types.Scanners{types.VulnerabilityScanner},
OfflineScan: true,
Scanners: types.Scanners{types.VulnerabilityScanner},
SkipVersionCheck: true,
DisableTelemetry: true,
OfflineScan: true,
},
PackageOptions: flag.PackageOptions{
PkgRelationships: fanalTypes.Relationships,
+1 -1
View File
@@ -2,7 +2,7 @@ package search
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen version v0.17.73
// Code generated by github.com/99designs/gqlgen version v0.17.74
import (
"context"