-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up toolbox build to target older linux for compatibiilty (#37)
- Loading branch information
1 parent
f49d103
commit 9e4497f
Showing
2 changed files
with
10 additions
and
10 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
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ runtimes: | |
- [email protected] | ||
- [email protected] | ||
cli: | ||
version: 1.20.0 | ||
version: 1.20.1 | ||
api: | ||
address: api.trunk-staging.io:8443 | ||
|
||
|
@@ -27,7 +27,7 @@ lint: | |
files: [ALL] | ||
commands: | ||
- name: lint | ||
run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target} | ||
run: ${workspace}/toolbox-latest --upstream=${upstream-ref} --results=${tmpfile} ${target} | ||
output: sarif | ||
batch: true | ||
success_codes: [0] | ||
|
@@ -48,14 +48,14 @@ lint: | |
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected].21 | ||
- [email protected].26 | ||
- [email protected] | ||
- trufflehog@3.67.6 | ||
- trufflehog@3.68.2 | ||
- [email protected] | ||
- [email protected].0 | ||
- [email protected].1 | ||
- git-diff-check | ||
- [email protected] | ||
- [email protected].26 | ||
- [email protected].27 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|