-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb3f8f2
commit 143afe7
Showing
4 changed files
with
26 additions
and
27 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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
- name: Scan Third Party Dependency Licenses | ||
run: | | ||
go install github.com/uw-labs/[email protected] | ||
lichen --config=./license.yaml $(find dist/observiq-agent-distro_* dist/updater_*) | ||
lichen --config=./license.yaml $(find dist/collector_* dist/updater_*) | ||
build_darwin: | ||
runs-on: macos-14 | ||
|
@@ -80,7 +80,7 @@ jobs: | |
- name: Scan Third Party Dependency Licenses | ||
run: | | ||
go install github.com/uw-labs/[email protected] | ||
lichen --config=./license.yaml $(find dist/observiq-agent-distro_* dist/updater_*) | ||
lichen --config=./license.yaml $(find dist/collector_* dist/updater_*) | ||
build_windows: | ||
runs-on: ubuntu-20.04 | ||
|
@@ -108,4 +108,4 @@ jobs: | |
- name: Scan Third Party Dependency Licenses | ||
run: | | ||
go install github.com/uw-labs/[email protected] | ||
lichen --config=./license.yaml dist/observiq-agent-distro_windows_amd64.exe dist/updater_windows_amd64.exe | ||
lichen --config=./license.yaml dist/collector_windows_amd64.exe dist/updater_windows_amd64.exe |
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