Default to audit mode when api-key missing with use-policy-store#665
Merged
Conversation
ashishkurmi
approved these changes
May 14, 2026
onap-github
pushed a commit
to onap/doc-doc-best-practice
that referenced
this pull request
May 18, 2026
Bumps step-security/harden-runner from 2.14.1 to 2.19.3. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 v2.19.1 What's Changed fix: detect ubuntu-slim runners early and bail out by @devantler in step-security/harden-runner#657 What the fix changes Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'. What the fix does not do Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities). Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today. For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types. New Contributors @devantler made their first contribution in step-security/harden-runner#657 Full Changelog: step-security/harden-runner@v2.19.0...v2.19.1 v2.19.0 What's Changed New Runner Support Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners. Automated Incident Response for Supply Chain Attacks Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode. System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets). Bug Fixes Windows and macOS: stability and reliability fixes Full Changelog: step-security/harden-runner@v2.18.0...v2.19.0 v2.18.0 What's Changed Global Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes. ... (truncated) ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 a5ad31d Merge pull request #657 from devantler/fix/ubuntu-slim-user-env 6e92856 build dist and trim ubuntu-slim message 4e0504e Merge branch 'main' into fix/ubuntu-slim-user-env 8d3c67d Release v2.19.0 (#661) 6c3c2f2 Feature/deploy on self hosted vm (#658) 376d25a fix: detect ubuntu-slim runners early and bail out Additional commits viewable in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I2309b256cc278f2c61730ee38e020a5cae95e103 GitHub-PR: #5 GitHub-Hash: 0be516127e73d3e3 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/doc
that referenced
this pull request
May 19, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I6abe8dc213722c2a4c8097e7fdcb68b8b5442fd9 GitHub-PR: #22 GitHub-Hash: 781190abe09ffb10 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/ccsdk-parent
that referenced
this pull request
May 19, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I63b39e31fda99dc09bac1e06eb2df22781b24807 GitHub-PR: #17 GitHub-Hash: 85d25a3e68efc99e Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/sdnc-oam
that referenced
this pull request
May 19, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Ic9c94a6fb535dd54112cc82b2b3be5ab3c924cea GitHub-PR: #14 GitHub-Hash: 247ebd2e1fc7868f Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
fdio-github
pushed a commit
to FDio/csit
that referenced
this pull request
May 20, 2026
Bumps step-security/harden-runner from 2.19.1 to 2.19.3. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I35dd92c5bf607070e75a247559650d039a8fe2f3 GitHub-PR: #4148 GitHub-Hash: 783c56bcb037d15f Signed-off-by: fdio.github <releng+fdio-github@linuxfoundation.org>
onap-github
pushed a commit
to onap/ccsdk-cds
that referenced
this pull request
May 26, 2026
Bumps step-security/harden-runner from 2.19.1 to 2.19.3. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Ia387b827255a6ca4160c1a68413bde2457886ef0 GitHub-PR: #14 GitHub-Hash: ca174740630ec046 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/policy-docker
that referenced
this pull request
May 28, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I88eef78c9557b7918d514c8543766897660f6094 GitHub-PR: #10 GitHub-Hash: 20518508476fc99c Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/policy-drools-pdp
that referenced
this pull request
May 28, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I6e78c8f78d3a123ad2e26e2940f44eb745c6245b GitHub-PR: #11 GitHub-Hash: f42f0ccf67425b59 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/ccsdk-apps
that referenced
this pull request
Jun 2, 2026
## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 v2.19.1 What's Changed fix: detect ubuntu-slim runners early and bail out by @devantler in step-security/harden-runner#657 What the fix changes Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'. What the fix does not do Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities). Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today. For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types. New Contributors @devantler made their first contribution in step-security/harden-runner#657 Full Changelog: step-security/harden-runner@v2.19.0...v2.19.1 v2.19.0 What's Changed New Runner Support Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners. Automated Incident Response for Supply Chain Attacks Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode. System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets). Bug Fixes Windows and macOS: stability and reliability fixes ... (truncated) ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 a5ad31d Merge pull request #657 from devantler/fix/ubuntu-slim-user-env 6e92856 build dist and trim ubuntu-slim message 4e0504e Merge branch 'main' into fix/ubuntu-slim-user-env 8d3c67d Release v2.19.0 (#661) Additional commits viewable in compare view Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Id1b392ae8bccba6589eef5e60ff88d26b8a6540c GitHub-PR: #8 GitHub-Hash: 112447c819fa3eb0 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng-bff
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.19.2 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Ia5e308de9cc233720a6c2565ef1aaacddcd583c4 GitHub-PR: #92 GitHub-Hash: 84f5bea92138062c Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng-history
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.18.0 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 v2.19.2 What's Changed Update the Harden Runner agent for enterprise tier to use go 1.26 and fix minor bugs. Full Changelog: step-security/harden-runner@v2.19.1...v2.19.2 v2.19.1 What's Changed fix: detect ubuntu-slim runners early and bail out by @devantler in step-security/harden-runner#657 What the fix changes Harden-Runner will detect ubuntu-slim runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'. What the fix does not do Jobs running on ubuntu-slim will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities). Per GitHub's docs on single-CPU runners: "The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported." Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today. For StepSecurity enterprise customers If your security posture requires that workflows are always monitored, you can block the use of ubuntu-slim via workflow run policies see the Runner Label Policy docs. This lets you enforce that jobs only run on monitored runner types. New Contributors @devantler made their first contribution in step-security/harden-runner#657 Full Changelog: step-security/harden-runner@v2.19.0...v2.19.1 v2.19.0 What's Changed New Runner Support Harden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners. Automated Incident Response for Supply Chain Attacks Global block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode. System-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets). Bug Fixes Windows and macOS: stability and reliability fixes ... (truncated) ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store 9ca718d Merge pull request #664 from step-security/update-agent-v1.8.5 1dee3df Update agent to v1.8.5 a5ad31d Merge pull request #657 from devantler/fix/ubuntu-slim-user-env 6e92856 build dist and trim ubuntu-slim message 4e0504e Merge branch 'main' into fix/ubuntu-slim-user-env 8d3c67d Release v2.19.0 (#661) Additional commits viewable in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Iaa18f702878326c26575321cf174343d8a904f65 GitHub-PR: #68 GitHub-Hash: 66f7a122f3a4e993 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng-preferences
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.19.2 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: Id7f057f4882ba96b3f87315f1aec9e52f0f33ff4 GitHub-PR: #49 GitHub-Hash: 4a5fa51a0547db70 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng-preferences
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.19.2 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store See full diff in compare view Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I5bbc572155c0b0193a6e4092d2e35c722437fee7 GitHub-PR: #48 GitHub-Hash: a8ae5af928de413a Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.19.2 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store See full diff in compare view  Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I5869345484f0f69c995a221f2298f5befde627a2 GitHub-PR: #1 GitHub-Hash: b569ae077adf41d6 Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
onap-github
pushed a commit
to onap/portal-ng-ui
that referenced
this pull request
Jun 3, 2026
Bumps step-security/harden-runner from 2.19.2 to 2.19.4. ## Release notes Sourced from step-security/harden-runner's releases. v2.19.4 What's Changed Improvements for HTTPS Monitoring for the Enterprise tier of Harden Runner Full Changelog: step-security/harden-runner@v2.19.3...v2.19.4 v2.19.3 What's Changed Default to audit mode when api-key missing with use-policy-store by @varunsh-coder in step-security/harden-runner#665 Full Changelog: step-security/harden-runner@v2.19.2...v2.19.3 ## Commits 9af89fc Merge pull request #667 from step-security/update-agent-v1.8.6 485dce8 Update agent to v1.8.6 ab7a940 Merge pull request #665 from step-security/fix/use-policy-store-default-audit ec41b78 Default to audit mode when api-key missing with use-policy-store See full diff in compare view Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] <support@github.com> Change-Id: I5ce131b436cd3f5712417e0280852a2f847c63e9 GitHub-PR: #198 GitHub-Hash: 66cf2d630fc446de Signed-off-by: onap.gh2gerrit <releng+onap-gh2gerrit@linuxfoundation.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.