Skip to content

#847: Updated packages and ignored Kernel CVEs #420

#847: Updated packages and ignored Kernel CVEs

#847: Updated packages and ignored Kernel CVEs #420

name: Check AWS buildspec
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Init submodules
run: git submodule update --init --recursive
- uses: ./.github/actions/prepare_poetry_env
- name: Setup poetry env
run: bash scripts/setup_poetry_env.sh "python3.8"
- name: Run githooks/update_aws_buildspec.sh
run: bash githooks/update_aws_buildspec.sh
- name: Check git status
run: bash scripts/check_git_status.sh