Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aquasecurity/trivy-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.0
Choose a base ref
...
head repository: aquasecurity/trivy-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.29.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 5 contributors

Commits on Oct 16, 2024

  1. feat: Allow skipping setup (#414)

    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
    
    Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
    rvesse and simar7 authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fc1500a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    bff40be View commit details
    Browse the repository at this point in the history
  2. Update README.md (#420)

    simar7 authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    cf990b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. feat: add token for setup-trivy (#421)

    * feat: add `token-setup-trivy` input.
    
    * docs: add info about `token-setup-trivy`
    
    * fix: use correct commit
    
    * refactor: use `default: ${{ github.token }}` for `token-setup-trivy`
    
    * refactor: use `setup-trivy` v0.2.2
    DmitriyLewen authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ee89346 View commit details
    Browse the repository at this point in the history
  2. fix: bump setup-trivy and add new contrib directory path info (#424)

    * chore(deps): use fork for setup-trivy
    
    * docs: add info about templates
    
    * refactor: use `setup-trivy` v0.2.2
    
    * docs: remove `./` prefix
    
    * Merge branch 'main' into 'fix/contrib-dir'
    
    * docs: fix link
    
    * docs: fix typo
    
    Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
    DmitriyLewen and simar7 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d2a392a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. docs: remove ignore-unfixed from IaC scan example (#429)

    Signed-off-by: Nikita Pivkin <nikita.pivkin@smartforce.io>
    nikpivkin authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    93941ce View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. chore(deps): Bump trivy to v0.57.1 (#434)

    * chore(deps): Bump trivy to v0.57.1
    
    * update tests
    
    * use mirrors from mirror.gcr.io
    
    * update workflow for tests
    
    * Revert "use mirrors from mirror.gcr.io"
    
    This reverts commit 529a941.
    simar7 authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    18f2510 View commit details
    Browse the repository at this point in the history
Loading