From fbd111fee19b820c03edde8c672aa98cd7a3f3f6 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Tue, 28 Jul 2026 13:54:42 +0530 Subject: [PATCH 1/2] enable macos hab pkg scan Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub-1.0.8.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-main-pull-request-stub-1.0.8.yml b/.github/workflows/ci-main-pull-request-stub-1.0.8.yml index 0e9eb6a..ef13933 100644 --- a/.github/workflows/ci-main-pull-request-stub-1.0.8.yml +++ b/.github/workflows/ci-main-pull-request-stub-1.0.8.yml @@ -146,7 +146,7 @@ jobs: grype-hab-channel: 'unstable' grype-hab-scan-linux: true grype-hab-scan-windows: true - grype-hab-scan-macos: false + grype-hab-scan-macos: true # perform SonarQube scan, with or without unit test coverage data # requires secrets SONAR_TOKEN and SONAR_HOST_URL (progress.sonar.com) From 82446606531b1b02f0d387f36851541276492f6b Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Tue, 28 Jul 2026 14:20:51 +0530 Subject: [PATCH 2/2] trying with feature branch Signed-off-by: nikhil2611 --- .github/workflows/ci-main-pull-request-stub-1.0.8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-main-pull-request-stub-1.0.8.yml b/.github/workflows/ci-main-pull-request-stub-1.0.8.yml index ef13933..087c4d4 100644 --- a/.github/workflows/ci-main-pull-request-stub-1.0.8.yml +++ b/.github/workflows/ci-main-pull-request-stub-1.0.8.yml @@ -7,9 +7,9 @@ name: CI Pull Request on Main Branch on: pull_request: - branches: [ main, release/** ] + branches: [ nikhil/enable-macos-hab-pkg-scan, release/** ] push: - branches: [ main, release/** ] + branches: [ nikhil/enable-macos-hab-pkg-scan, release/** ] workflow_dispatch: