Skip to content

False positive about a vulnerable action version number #245

Open
@johnbillion

Description

@johnbillion

Describe the bug

I'm getting the following error for a workflow that uses actions/download-artifact@v4:

The workflow or action depends on a GitHub Action with known vulnerabilities.

Reading GHSA-cxww-7g56-2vh6 for actions/download-artifact, the description says:

Alternatively use 'v4' tag which points to the latest and secure version.

To Reproduce

  1. Create a workflow file that uses actions/download-artifact@v4
  2. Run Poutine on the file
  3. Observe the above error message

Expected behavior

Using @v4 should be considered "safe" as far as this rule is concerned. Whether or not it should use a pinned sha hash is a separate concern.

Screenshots

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions