8000 Comparing 0.30.0...0.31.0 · aquasecurity/trivy-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.30.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.31.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 10 contributors

Commits on Apr 2, 2025

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

Commits on Apr 5, 2025

  1. fix: Trivy action inputs leaking between invocations (#422) (#454)

    * fix: use trivy_envs.txt for envs
    
    * test: add test step
    
    * refactor
    
    * refactor
    
    * test
    
    * refactor: use `export` in trivy_envs.txt
    
    * test
    
    * test metadata.json
    
    * test metadata.json
    
    * Clean up envs file better (#422)
    
    - Explicitly rm -f it at start and end of action
    - Also remove temporary test steps from action
    
    * Add BATS test for usage of trivy_envs.txt file (#422)
    
    * Add optional step triggered only when Actions Debug logging
    
    Dump the generated environment variables file only when tests are run
    with actions debug logging
    
    * Fix to always set env vars into file (#422)
    
    This is done as long as they have a non-empty input value, or a
    non-empty default value.
    
    * Clean up env overwriting
    
    - Remove unnecessary debug statements in the action used during testing
    - Additional explanatory comments
    - Fix to address case where caller explicitly injects environment
      variables, either via env: block on the action call or via GITHUB_ENV
    
    * Further refine env var setting logic (#422)
    
    Noted in documenting this fix that what had been implemented deviated
    from the existing configuration priority documentation.  Amended the
    implementation of the Action to try and restore that consistency.
    
    * Fix shell syntax error (#422)
    
    ---------
    
    Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
    rvesse and DmitriyLewen authored Apr 5, 2025
    Configuration menu
    Copy the full SHA
    7aca5ac View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Pin aquasecuriy/setup-trivy to hash instead of tag (#456)

    * Pin aquasecuriy/setup-trivy to hash instead of tag
    
    Fixes #423
    
    * Address review comment
    
    * Revisit previous change based on feedback
    lhotari authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    99baf0d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

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

Commits on May 16, 2025

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

Commits on Jun 3, 2025

  1. ci: fix workflow to bump Trivy (#466)

    Signed-off-by: Nikita Pivkin <nikita.pivkin@smartforce.io>
    nikpivkin authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    4844d82 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Update trivy to v0.63.0 (#467)

    * chore(deps): Update trivy to v0.63.0
    
    * update test data
    
    ---------
    
    Co-authored-by: simar7 <simar7@users.noreply.github.com>
    Co-authored-by: Simar <simar@linux.com>
    3 people authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    76071ef View commit details
    Browse the repository at this point in the history
Loading
0