Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding code reviews #178

Merged
merged 65 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
99fc768
adding code reviews
seanctech Nov 15, 2023
7ae118c
update Pipfile.lock
seanctech Feb 22, 2024
112923c
Merge branch 'main' into feat/salacious
seanctech Feb 22, 2024
861fdc3
Adding code review call and updating prompt
ChiefHolland Feb 22, 2024
a358296
Adding dependencies
ChiefHolland Feb 22, 2024
0cf98ef
Cleaning up Dockerfile
ChiefHolland Feb 22, 2024
a5b29da
Updating code
ChiefHolland Feb 23, 2024
675e2f0
Integrating secret
ChiefHolland Feb 26, 2024
90889ac
Integrating secret
ChiefHolland Feb 26, 2024
01d8e17
Integrating secret
ChiefHolland Feb 26, 2024
f03ff6f
Integrating secret
ChiefHolland Feb 26, 2024
48af156
Integrating secret
ChiefHolland Feb 26, 2024
71bf878
Integrating secret
ChiefHolland Feb 26, 2024
49fe0bb
Integrating secret
ChiefHolland Feb 26, 2024
abada66
Integrating secret
ChiefHolland Feb 26, 2024
929aca1
Integrating secret
ChiefHolland Feb 26, 2024
2964e19
Integrating secret
ChiefHolland Feb 26, 2024
898b10b
Integrating secret
ChiefHolland Feb 26, 2024
5a65a98
Updating Dockerfile
ChiefHolland Mar 19, 2024
a844d08
Automated update to primary components (#184)
github-actions[bot] Apr 10, 2024
77705d3
Bump version: 2024.01.04 → 2024.04.01
SeisoAutomation Apr 10, 2024
984f31a
chore(deps): bump black from 23.12.1 to 24.3.0 (#185)
dependabot[bot] Apr 23, 2024
7ed5ed8
Bump version: 2024.04.01 → 2024.04.02
SeisoAutomation Apr 23, 2024
74e8dd5
fix: updating GH Actions (#188)
ChiefHolland Apr 23, 2024
7de8830
Bump version: 2024.04.02 → 2024.04.03
SeisoAutomation Apr 23, 2024
0863527
adding code reviews
seanctech Nov 15, 2023
ea48ddb
update Pipfile.lock
seanctech Feb 22, 2024
230d261
Adding dependencies
ChiefHolland Feb 22, 2024
01f55d0
Re-locking Pipfile.lock
ChiefHolland Apr 30, 2024
914ce61
updating Dockerfile
ChiefHolland May 1, 2024
83d58ed
updating Pipfile
ChiefHolland May 1, 2024
1f493b0
updating code review py
ChiefHolland May 1, 2024
ef4ae5d
updating code review py
ChiefHolland May 1, 2024
52a4a98
updating code review py
ChiefHolland May 1, 2024
b262964
feeding goat
ChiefHolland May 1, 2024
ce3d8ef
rebasing
ChiefHolland May 1, 2024
7b4d789
Merge branch 'main' into feat/salacious
ChiefHolland May 1, 2024
9e33bbb
Updating deps
ChiefHolland May 1, 2024
32b894e
Updating AI call
ChiefHolland May 1, 2024
794b95f
Updating AI call
ChiefHolland May 1, 2024
910fb8e
Updating AI call
ChiefHolland May 1, 2024
4c4ff28
Updating deps
ChiefHolland May 2, 2024
ec5a890
Adding print to debug
ChiefHolland May 8, 2024
86053f4
Adding print to debug
ChiefHolland May 8, 2024
7ed2806
Adding print to debug
ChiefHolland May 8, 2024
51715a0
Adding print to debug
ChiefHolland May 8, 2024
caa13c2
Adding print to debug
ChiefHolland May 8, 2024
6ae954f
Adding print to debug
ChiefHolland May 8, 2024
5a8cff3
Adding print to debug
ChiefHolland May 29, 2024
930085e
Adding print to debug
ChiefHolland May 29, 2024
bf51572
Adding print to debug
ChiefHolland May 29, 2024
14f6a9f
Adding print to debug
ChiefHolland May 29, 2024
1e7f49b
Adding print to debug
ChiefHolland May 29, 2024
cd2dac7
Adding print to debug
ChiefHolland May 31, 2024
25c6ab9
Adding print to debug
ChiefHolland May 31, 2024
a7626b9
Adding print to debug
ChiefHolland May 31, 2024
5dd39de
Adding print to debug
ChiefHolland May 31, 2024
8cd3a0d
Adding print to debug
ChiefHolland May 31, 2024
c25379f
Adding print to debug
ChiefHolland May 31, 2024
7b6fd47
Adding print to debug
ChiefHolland May 31, 2024
64b4f90
Adding print to debug
ChiefHolland May 31, 2024
9b2523a
Adding print to debug
ChiefHolland May 31, 2024
5e0d9c5
Adding print to debug
ChiefHolland May 31, 2024
53a4966
Adding print to debug
ChiefHolland May 31, 2024
0cadde4
Adding print to debug
ChiefHolland May 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: updating GH Actions (#188)
  • Loading branch information
ChiefHolland committed Apr 30, 2024
commit 74e8dd5f39ac7cfe7f4b1d3bc7ff2e76c6a4ad59
46 changes: 25 additions & 21 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,22 @@ jobs:
- linux/arm64
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
- name: Initialize the repo
run: task -v init
- name: Set up QEMU for cross-platform emulation
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Build the goat
run: task -v build
env:
Expand All @@ -58,20 +58,22 @@ jobs:
run: task -v sbom
env:
PLATFORM: ${{ matrix.platform }}
- name: Set env var for unique artifact uploads
run: echo SANITIZED_PLATFORM="$(echo "${{ matrix.platform }}" | sed 's/\//_/g')" >> $GITHUB_ENV
- name: Upload the SBOMs to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SBOM
name: SBOM-${{ env.SANITIZED_PLATFORM }}
path: sbom.*.json
if-no-files-found: error
- name: Generate vuln scan results
run: task -v vulnscan
env:
PLATFORM: ${{ matrix.platform }}
- name: Upload the vuln scan results to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Vulns
name: Vulns-${{ env.SANITIZED_PLATFORM }}
path: vulns.*.json
if-no-files-found: error
distribute:
Expand All @@ -83,20 +85,20 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.SEISO_AUTOMATION_PAT }}
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
- name: Initialize the repo
run: task -v init
- name: Update and bump the version
Expand All @@ -105,12 +107,12 @@ jobs:
TAG="$(git describe --tags)"
echo "TAG=${TAG}" >> "${GITHUB_ENV}"
- name: Log in to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Set up QEMU for cross-platform emulation
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Build and publish all the supported images to Docker Hub
run: task -v publish
env:
Expand All @@ -119,24 +121,26 @@ jobs:
run: task -v sbom
env:
PLATFORM: all
- name: Set env var for unique artifact uploads
run: echo SANITIZED_PLATFORM="$(echo "${{ matrix.platform }}" | sed 's/\//_/g')" >> $GITHUB_ENV
- name: Upload the SBOMs to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: SBOM
name: SBOM-${{ env.SANITIZED_PLATFORM }}
path: sbom.*.json
if-no-files-found: error
- name: Generate vuln scan results
run: task -v vulnscan
env:
PLATFORM: all
- name: Upload the vuln scan results to GitHub
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Vulns
name: Vulns-${{ env.SANITIZED_PLATFORM }}
path: vulns.*.json
if-no-files-found: error
- name: Publish the release README to Docker Hub
uses: peter-evans/dockerhub-description@v3
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand All @@ -147,7 +151,7 @@ jobs:
BRANCH="$(git branch --show-current)"
git push --atomic origin "${BRANCH}" "${{ env.TAG }}"
- name: Publish the release to GitHub
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@ jobs:
pull-requests: write
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- uses: actions/setup-python@v4
uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python_version }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
- name: Install Task
uses: arduino/setup-task@v1
uses: arduino/setup-task@v2
- name: Initialize the repo
run: task -v init
- name: Update the repository
run: task -v update
- name: Create or update a pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: Automated update to primary components
commit-message: Automated update to primary components
Expand Down