-
Notifications
You must be signed in to change notification settings - Fork 80
Comparing changes
Open a pull request
base repository: anchore/scan-action
base: v3.3.8
head repository: anchore/scan-action
compare: v3.6.4
- 20 commits
- 12 files changed
- 8 contributors
Commits on Dec 5, 2023
-
Add support for the
--vex
flag (#254)Signed-off-by: Feroz Salam <feroz.salam@isovalent.com>
Configuration menu - View commit details
-
Copy full SHA for cb19d81 - Browse repository at this point
Copy the full SHA cb19d81View commit details
Commits on Dec 11, 2023
-
chore: auotmatically merge dependabot PRs (#255)
If a dependabot PR bumps a patch or minor version, and tests are green, just merge it. This reduces toil for maintainers. Signed-off-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for 951d915 - Browse repository at this point
Copy the full SHA 951d915View commit details -
Revert "chore: auotmatically merge dependabot PRs (#255)" (#256)
Dependabot PRs can't automatically be merged in this repo because there is built javascript that is committed directly to the repo, and dependabot doesn't handle that correctly right now. This reverts commit 951d915. Signed-off-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for 96294a5 - Browse repository at this point
Copy the full SHA 96294a5View commit details
Commits on Dec 20, 2023
-
chore: enable dependabot (#257)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 52d017b - Browse repository at this point
Copy the full SHA 52d017bView commit details
Commits on Dec 22, 2023
-
chore(deps): update Grype to v0.73.5 (#264)
* chore(deps): update Grype to v0.73.5 Signed-off-by: GitHub <noreply@github.com> * chore: maxConcurrency set to 1 There seems to be a data race installing grype during the test run, so run only one test at a time, since the test suite is very fast regardless, and fixing the data race would take longer. Signed-off-by: Will Murphy <will.murphy@anchore.com> --------- Signed-off-by: GitHub <noreply@github.com> Signed-off-by: Will Murphy <will.murphy@anchore.com> Co-authored-by: kzantow <kzantow@users.noreply.github.com> Co-authored-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for d458919 - Browse repository at this point
Copy the full SHA d458919View commit details -
chore(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.1 (#261)
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.36.1 to 0.38.1. - [Release notes](https://github.com/vercel/ncc/releases) - [Commits](vercel/ncc@0.36.1...0.38.1) --- updated-dependencies: - dependency-name: "@vercel/ncc" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8bd818 - Browse repository at this point
Copy the full SHA c8bd818View commit details -
chore(deps-dev): bump tslib from 2.5.0 to 2.6.2 (#258)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.0 to 2.6.2. - [Release notes](https://github.com/Microsoft/tslib/releases) - [Commits](microsoft/tslib@2.5.0...v2.6.2) --- updated-dependencies: - dependency-name: tslib dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6516126 - Browse repository at this point
Copy the full SHA 6516126View commit details
Commits on Jan 3, 2024
-
chore(deps-dev): bump jest from 29.6.1 to 29.7.0 (#260)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.1 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest) --- updated-dependencies: - dependency-name: jest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b7af5e2 - Browse repository at this point
Copy the full SHA b7af5e2View commit details -
chore(deps-dev): bump eslint from 8.37.0 to 8.56.0 (#259)
Bumps [eslint](https://github.com/eslint/eslint) from 8.37.0 to 8.56.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.37.0...v8.56.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23767a6 - Browse repository at this point
Copy the full SHA 23767a6View commit details -
chore(deps): bump @actions/core from 1.10.0 to 1.10.1 (#262)
* chore(deps): bump @actions/core from 1.10.0 to 1.10.1 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * commit changed build artifact Signed-off-by: Will Murphy <will.murphy@anchore.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Will Murphy <will.murphy@anchore.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for 06b4c7a - Browse repository at this point
Copy the full SHA 06b4c7aView commit details -
chore(deps-dev): bump prettier from 2.8.7 to 3.1.1 (#263)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 3.1.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.7...3.1.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e33e3c - Browse repository at this point
Copy the full SHA 7e33e3cView commit details
Commits on Jan 8, 2024
-
chore: switch from pretty-quick to lint-staged (#266)
pretty-quick was broken by version 3 of prettier in July, but has had no update. Switch to using lint-staged as the runner to lint staged changes based on the docs at https://prettier.io/docs/en/precommit.html. Signed-off-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for b24ddc2 - Browse repository at this point
Copy the full SHA b24ddc2View commit details -
chore(deps): update Grype to v0.74.0 (#267)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: willmurphyscode <willmurphyscode@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d59d90 - Browse repository at this point
Copy the full SHA 1d59d90View commit details
Commits on Jan 16, 2024
-
chore(deps-dev): bump prettier from 3.1.1 to 3.2.2 (#268)
Bumps [prettier](https://github.com/prettier/prettier) from 3.1.1 to 3.2.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.1.1...3.2.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7522552 - Browse repository at this point
Copy the full SHA 7522552View commit details
Commits on Jan 18, 2024
-
chore(deps): update Grype to v0.74.1 (#271)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kzantow <kzantow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0550541 - Browse repository at this point
Copy the full SHA 0550541View commit details
Commits on Jan 19, 2024
-
chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#270)
* chore(deps-dev): bump prettier from 3.2.2 to 3.2.4 Bumps [prettier](https://github.com/prettier/prettier) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.2...3.2.4) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore: run prettier Signed-off-by: Will Murphy <will.murphy@anchore.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Will Murphy <will.murphy@anchore.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Will Murphy <will.murphy@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for 8ef293b - Browse repository at this point
Copy the full SHA 8ef293bView commit details
Commits on Jan 21, 2024
-
chore(deps): update Grype to v0.74.2 (#272)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kzantow <kzantow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c35e932 - Browse repository at this point
Copy the full SHA c35e932View commit details
Commits on Jan 27, 2024
-
chore(deps): update Grype to v0.74.3 (#275)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: kzantow <kzantow@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9603d0 - Browse repository at this point
Copy the full SHA a9603d0View commit details
Commits on Jan 30, 2024
-
chore: migrate action to use node v20.11.0 (Iron) FROM node v16.x.x (#…
…278) * chore: update action.yml; 16 deprecated 20 supported * chore: add package json section for engines compatibility --------- Signed-off-by: Christopher Phillips <christopher.phillips@anchore.com>
Configuration menu - View commit details
-
Copy full SHA for 1c57367 - Browse repository at this point
Copy the full SHA 1c57367View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3343887 - Browse repository at this point
Copy the full SHA 3343887View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.3.8...v3.6.4