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: anchore/scan-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.6
Choose a base ref
...
head repository: anchore/scan-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.7
Choose a head ref
  • 10 commits
  • 15 files changed
  • 11 contributors

Commits on Jun 27, 2023

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

Commits on Jul 6, 2023

  1. Add by-cve option (#229)

    * Add by-cve option to action options
    
    Signed-off-by: too-gee <[email protected]>
    
    * chore: update audit to use npm-better-audit
    * chore: modify workflow to use new audit script
    
    Signed-off-by: Christopher Phillips <[email protected]>
    
    ---------
    
    Signed-off-by: Keith Zantow <[email protected]>
    Signed-off-by: too-gee <[email protected]>
    Signed-off-by: Christopher Phillips <[email protected]>
    Co-authored-by: Keith Zantow <[email protected]>
    Co-authored-by: Christopher Phillips <[email protected]>
    3 people authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    355bbe9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. chore(deps): update Grype to v0.63.1 (#233)

    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: kzantow <[email protected]>
    Configuration menu
    Copy the full SHA
    f44918e View commit details
    Browse the repository at this point in the history
  2. chore: add new exception for audit (#235)

    Signed-off-by: Christopher Phillips <[email protected]>
    spiffcs authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    f8d9cf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. chore(docs): update docker related actions to avoid warnings in workf…

    …low (#240)
    
    Signed-off-by: Mykhailo Kuzmich <[email protected]>
    kuzm1ch authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    966ad43 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. fix: updated semver version (#241)

    While updating the action with a new grype version npm run audit
    fails because of an issue with semver being vulnerable.
    https://github.com/anchore/scan-action/actions/runs/6479148648/job/17592137397?pr=236
    
    The upgrade of semver is also failing, so the action is stuck with
    an old grype version.
    
    This commit has an upgraded semver version and a recreated index.js
    
    Signed-off-by: Gian Carlo Pace <[email protected]>
    gicappa authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    6decf31 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. chore: add manual trigger to test workflow (#247)

    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    1ee3eaf View commit details
    Browse the repository at this point in the history
  2. chore(deps): update Grype to v0.73.2; remove snapshot tests (#236)

    * chore(deps): update Grype to v0.73.2
    
    Signed-off-by: GitHub <[email protected]>
    
    * remove snapshot test; assert only valid SARIF
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * make cmd arg assertions aware of debug
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * put bundler vuln back from GHSA
    
    Signed-off-by: Will Murphy <[email protected]>
    
    ---------
    
    Signed-off-by: GitHub <[email protected]>
    Signed-off-by: Will Murphy <[email protected]>
    Co-authored-by: kzantow <[email protected]>
    Co-authored-by: Will Murphy <[email protected]>
    3 people authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ba0a911 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. chore(deps): update Grype to v0.73.3 (#248)

    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: willmurphyscode <[email protected]>
    Configuration menu
    Copy the full SHA
    eeb941f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore: address test flakes (#249)

    * chore: bump jest timeout
    
    We're seeing this timeout triggered in CI.
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * bump timeout in remaining tests
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * chore: only run push tests on main
    
    Otherwise, we'd run tests twice for each PR; once because it was a PR, and once
    because someone pushed to a branch.
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * chore: even higher jest timeout
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * chore: install grype ahead of tests
    
    Signed-off-by: Will Murphy <[email protected]>
    
    * chore: comment test timeout
    
    Signed-off-by: Will Murphy <[email protected]>
    
    ---------
    
    Signed-off-by: Will Murphy <[email protected]>
    willmurphyscode authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    62370b5 View commit details
    Browse the repository at this point in the history
Loading