Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mock #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

mock #12

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/00-pr-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
GO_VERSION: "1.20"
RELEASE: ""
CLIENT: test
ARCH_METRIX: ""
OS_METRIX: "ubuntu-20.04"
ARCH_METRIX: '[ "" ]'
OS_METRIX: '[ "ubuntu-20.04" ]'
secrets: inherit
2 changes: 2 additions & 0 deletions .github/workflows/b-binary-build-and-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ on:
type: string
required: false
default: '[ "", "arm64"]'

jobs:
wf-preparation:
name: secret-validator
Expand All @@ -80,6 +81,7 @@ jobs:
OS_METRIX: ${{ steps.export_os_to_env.outputs.OS_METRIX }}
ARCH_METRIX: ${{ steps.export_arch_to_env.outputs.ARCH_METRIX }}
is-secret-set: ${{ steps.check-secret-set.outputs.is-secret-set }}

steps:
- name: check if the necessary secrets are set in github secrets
id: check-secret-set
Expand Down
1 change: 0 additions & 1 deletion core/pkg/resultshandling/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ func (rh *ResultsHandler) HandleResults(ctx context.Context) error {
// Display scan results in the UI first to give immediate value.

rh.UiPrinter.ActionPrint(ctx, rh.ScanData, rh.ImageScanData)

rh.UiPrinter.PrintNextSteps()

// Then print to output files
Expand Down
Loading