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.25.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.26.0
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Oct 8, 2024

  1. docs: add usage info about action/cache for trivy databases (#397)

    * docs: add info about using `action/cache` for `trivy-db`
    
    * docs: add info about trivy-java-db and trivy-checks
    DmitriyLewen authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    1b8b83d View commit details
    Browse the repository at this point in the history
  2. feat: store artifacts in cache by default (#399)

    * feat: migrate to a composite action
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * Fix tests
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * Delete an unused input
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * test: expect status code 0
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * test: not use run
    
    https://bats-core.readthedocs.io/en/stable/writing-tests.html#when-not-to-use-run
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * feat: add 'cache' input
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * docs: update README
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * feat: pin Trivy version
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * fix: bump trivy version
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * feat: use date for cache key
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * chore: delete a comment
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * docs: update README
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    * refactor: resolve conflicts and use envs
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    
    ---------
    
    Signed-off-by: knqyf263 <knqyf263@gmail.com>
    knqyf263 authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a20de54 View commit details
    Browse the repository at this point in the history
Loading