-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #897 from lk-iqt/feature/mavlink-external-gps
Feature/mavlink external gps
- Loading branch information
Showing
29 changed files
with
1,349 additions
and
1,098 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
scan: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- name: scan | ||
run: | | ||
export DEBIAN_FRONTEND=noninteractive && \ | ||
|
@@ -25,7 +25,7 @@ jobs: | |
echo {{steps.scan.outputs.found-count}} && \ | ||
core.setFailed('Secrets found. Please check the uploaded report') | ||
- name: Upload scan reports | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
if: failure() | ||
with: | ||
name: whispers-report | ||
|
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 @@ jobs: | |
docker_scan: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
@@ -23,7 +23,7 @@ jobs: | |
env: | ||
DEBIAN_FRONTEND: noninteractive | ||
run: | | ||
sudo apt-get update && sudo apt-get install jq && python3 -m pip install semgrep | ||
sudo apt-get update && sudo apt-get install jq && python3 -m pip install semgrep==1.37.0 | ||
- name: scan | ||
id: d_scan | ||
run: | | ||
|
@@ -51,15 +51,15 @@ jobs: | |
core.setFailed('Semgrep found errors in Dockerfiles or docker-compose files. Please check the uploaded report'); | ||
- name: Upload scan reports | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
if: failure() | ||
with: | ||
name: semgrep-docker-report | ||
path: /home/runner/reports/semgrep.out | ||
python_scan: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: ${{ github.event.pull_request.head.repo.full_name }} | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
|
@@ -71,7 +71,7 @@ jobs: | |
env: | ||
DEBIAN_FRONTEND: noninteractive | ||
run: | | ||
sudo apt-get update && sudo apt-get install jq && python3 -m pip install semgrep | ||
sudo apt-get update && sudo apt-get install jq && python3 -m pip install semgrep==1.37.0 | ||
- name: run semgrep | ||
run: | | ||
mkdir -p /home/runner/reports/ && \ | ||
|
@@ -101,7 +101,7 @@ jobs: | |
core.setFailed('Semgrep found errors in Python files. Please check the uploaded report'); | ||
- name: Upload scan reports | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].3 | ||
if: failure() | ||
with: | ||
name: semgrep-python-report | ||
|
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 |
---|---|---|
|
@@ -31,10 +31,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \ | |
|
||
# nosemgrep:github.workflows.config.dockerfile-source-not-pinned | ||
FROM ubuntu:22.04 | ||
COPY --from=iqtlabs/gnuradio:3.10.7 /usr/share/uhd/images /usr/share/uhd/images | ||
COPY --from=installer /usr/local /usr/local | ||
COPY --from=installer /gamutrf /gamutrf | ||
COPY --from=installer /root/.local /root/.local | ||
COPY --from=iqtlabs/gamutrf-base:latest /usr/share/uhd/images /usr/share/uhd/images | ||
LABEL maintainer="Charlie Lewis <[email protected]>" | ||
ENV DEBIAN_FRONTEND noninteractive | ||
ENV UHD_IMAGES_DIR /usr/share/uhd/images | ||
|
@@ -55,9 +55,11 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \ | |
libopencv-core4.5d \ | ||
libopencv-imgcodecs4.5d \ | ||
libopencv-imgproc4.5d \ | ||
librtlsdr0 \ | ||
libspdlog1 \ | ||
libuhd4.1.0 \ | ||
libunwind8 \ | ||
libvulkan1 \ | ||
libzmq5 \ | ||
mesa-vulkan-drivers \ | ||
python3 \ | ||
|
@@ -67,6 +69,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y -q \ | |
sox \ | ||
sudo \ | ||
wget \ | ||
uhd-host \ | ||
zstd && \ | ||
apt-get -y -q clean && rm -rf /var/lib/apt/lists/* | ||
WORKDIR /gamutrf | ||
|
Oops, something went wrong.