forked from anchore/grype
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into table-output-color-severity
* main: (23 commits) Remove Docker section from DEVELOPING.md (anchore#1384) chore(deps): update bootstrap tools to latest versions (anchore#1381) chore(deps): bump github.com/docker/docker (anchore#1382) Port to new syft source API (anchore#1376) chore(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (anchore#1375) chore: bump quality gate labels and images (anchore#1374) chore(deps): update bootstrap tools to latest versions (anchore#1368) Add a simple CSV format template to the templates/ directory and tweak docs (anchore#1366) chore(deps): update Syft to v0.84.1 (anchore#1372) fix: Add more log4j-adjacent package ignore rules (anchore#1358) chore: bump the quality gate labels (anchore#1369) add oss community board auto-add workflow (anchore#1364) fix: totals for vulnerability matches (anchore#1359) chore(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 (anchore#1363) chore(deps): bump anchore/sbom-action from 0.14.2 to 0.14.3 (anchore#1357) Configure chronicle to pre-1.0 mode (anchore#1356) chore(deps): update Syft to v0.84.0 (anchore#1354) chore(deps): update bootstrap tools to latest versions (anchore#1353) chore(deps): update Syft to v0.83.1 (anchore#1352) chore(deps): bump golang.org/x/term from 0.8.0 to 0.9.0 (anchore#1350) ...
- Loading branch information
Showing
39 changed files
with
514 additions
and
324 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
enforce-v0: true # don't make breaking-change label bump major version before 1.0. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Add to OSS board | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
- reopened | ||
- transferred | ||
- labeled | ||
|
||
jobs: | ||
|
||
run: | ||
uses: "anchore/workflows/.github/workflows/oss-project-board-add.yaml@main" | ||
secrets: | ||
token: ${{ secrets.OSS_PROJECT_GH_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.