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.10.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.12.0
Choose a head ref
  • 11 commits
  • 10 files changed
  • 9 contributors

Commits on May 12, 2023

  1. Update README.md to change the example to the new default brach name …

    …main from master.
    
    Update README.md to change the example to the new default branch name "main" from "master".
    
    I hope this will make the action slightly easier to work with for newer members of the community.
    jdsmithit authored May 12, 2023
    Configuration menu
    Copy the full SHA
    463f27e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Include args when using trivy config file (#231)

    Previously, arguments provided using regular flags
    were ignored if a trivy config file was provided
    
    Note that this pull request makes no effort to
    deduce or merge desired argument if the same
    configuration with different values are provided
    both within the config file and as flags. Behaviour
    for this case would develop on the implementation
    of trivy
    hermanwh authored May 31, 2023
    Configuration menu
    Copy the full SHA
    82ec0dd View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. bump trivy to v0.42.0 (#237)

    * chore(deps): update trivy to v0.42.0
    
    * revert formatting
    
    * revert formatting again
    
    * update sarif version in tests
    danielchabr authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    f96f79a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dedfa59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b43daad View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. bump trivy to v0.42.1 (#240)

    * bump trivy to v0.42.1
    
    * revert formatting
    danielchabr authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0cd397a View commit details
    Browse the repository at this point in the history
  2. Revert "Include args when using trivy config file (#231)"

    Fixes: #238
    
    This reverts commit 82ec0dd.
    simar7 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    41f05d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. chore(deps): Update trivy to v0.43.1 (#243)

    * chore(deps): Update trivy to v0.43.1
    
    * fix tests
    
    Signed-off-by: Simar <simar@linux.com>
    
    ---------
    
    Signed-off-by: Simar <simar@linux.com>
    simar7 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3dd517d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. ci: add workflow to bump trivy (#245)

    * ci: add workflow to bump trivy
    
    * update trivy version in tests
    
    * dispatch event workflow_dispatch
    
    * use ORG_REPO_TOKEN secret
    nikpivkin authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    e602665 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Merge pull request #234 from jdsmithit/patch-1

    Update README.md to change the example to the new default brach name …
    AnaisUrlichs authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    559eb12 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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