Skip to content

Suggestion - offer major version tags #484

@JackPGreen

Description

@JackPGreen

The GitHub docs shows an action being referenced by either specific or major version:

steps:
  - uses: actions/checkout@v4
  # Reference a specific version
  - uses: actions/checkout@v4.2.0

Behind the scenes this is supported by a floating tag, updated as a new version is released.

Is it possible for trivy-action to offer something similar?

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