Skip to content

Release code-scan-action v0.2.0 - #16

Merged
mldangelo merged 1 commit into
mainfrom
release/code-scan-action-v0.2.0
Aug 28, 2026
Merged

Release code-scan-action v0.2.0#16
mldangelo merged 1 commit into
mainfrom
release/code-scan-action-v0.2.0

Conversation

@promptfoobot

@promptfoobot promptfoobot Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Automated release mirror for @promptfoo/code-scan-action v0.2.0.

Source: promptfoo/promptfoo@2c45764
Source tag: code-scan-action-0.2.0

This PR is generated from the monorepo release workflow. The mirror repository validation workflow rebuilds from .release-source.json and checks that the generated artifacts match.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9510ccbddb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread dist/index.js
@@ -46962,6 +48031,7 @@ function createSubprocessEnv() {
);
delete env.NPM_CONFIG_BEFORE;
delete env.npm_config_before;
delete env.NODE_OPTIONS;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Strip NODE_OPTIONS without case sensitivity

On Windows runners, environment-variable names are case-insensitive, but env is a plain JavaScript object preserving the original key casing. If an earlier untrusted step persists a mixed-case name such as Node_Options=--require=... through $GITHUB_ENV, this exact-key deletion misses it, while the child Node processes still interpret it as NODE_OPTIONS; the payload then runs during installation and scanning, including when the OIDC token is available. Remove every key whose lowercase form is node_options, as is already done for npm config keys.

Useful? React with 👍 / 👎.

@mldangelo
mldangelo merged commit 104214d into main Aug 28, 2026
3 checks passed
@mldangelo
mldangelo deleted the release/code-scan-action-v0.2.0 branch August 28, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant