Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow skipping setup #414

Merged
merged 2 commits into from
Oct 16, 2024
Merged

feat: Allow skipping setup #414

merged 2 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. feat: Allow skipping setup

    If a user is invoking the action multiple times then the trivy binary
    gets installed multiple times.  Users can avoid this by managing the
    installation themselves and setting the skip-setup input to true, or by
    letting the action install in on their first invocation and then setting
    skip-setup to true on subsequent invocations
    rvesse committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    b15fb75 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    d97da89 View commit details
    Browse the repository at this point in the history