Skip to content

Commit

Permalink
Merge pull request #291 from helxplatform/appstore_tycho_check
Browse files Browse the repository at this point in the history
Appstore with security updates.
  • Loading branch information
joshua-seals authored Aug 11, 2023
2 parents 3539ebe + ac6e3ac commit fa7dee9
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 1,435 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ on:
paths-ignore:
- README.md
- .old_cicd/*
- .github/*
- .github/workflows/*
# - .github/*
# - .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
Expand All @@ -39,7 +39,7 @@ jobs:
############################## flake8-linter ##############################
flake8-linter:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -72,9 +72,8 @@ jobs:

############################## test-image-build ##############################
test-image-build:
needs: flake8-linter
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -106,8 +105,6 @@ jobs:
with:
context: .
push: true
# Push to renci-registry and dockerhub here.
# cache comes from dockerhub.
tags: |
${{ github.repository }}:test_image_${{ github.ref_name }}
cache-from: type=registry,ref=${{ github.repository }}:buildcache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.0-slim
FROM python:3.9.17-slim-bullseye

ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
Expand Down
40 changes: 0 additions & 40 deletions artillery-tests/cookies.js

This file was deleted.

95 changes: 0 additions & 95 deletions artillery-tests/helpers.js

This file was deleted.

17 changes: 0 additions & 17 deletions artillery-tests/package.json

This file was deleted.

Loading

0 comments on commit fa7dee9

Please sign in to comment.