Skip to content

Commit 95e1378

Browse files
Reet00J12934
authored andcommitted
Bugfix:Added Parser to release-build to resolve ErrImagePull
Removed ssh-scan from release-build and scb-bot because it is deprecated Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent d989582 commit 95e1378

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/release-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ jobs:
339339
- nuclei
340340
- screenshooter
341341
- semgrep
342-
- ssh-scan
342+
- ssh-audit
343343
- sslyze
344344
- test-scan
345345
- trivy

.github/workflows/scb-bot.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- nuclei
3232
- semgrep
3333
- ssh-audit
34-
- ssh-scan
3534
- sslyze
3635
- trivy
3736
- typo3scan

operator/internal/telemetry/telemetry.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ var officialScanTypes map[string]bool = map[string]bool{
3838
"nuclei": true,
3939
"screenshooter": true,
4040
"semgrep": true,
41-
"ssh-scan": true,
41+
"ssh-audit": true,
4242
"sslyze": true,
4343
"trivy-image": true,
4444
"trivy-filesystem": true,

0 commit comments

Comments
 (0)