Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbchristoff authored Aug 29, 2024
1 parent c2d6320 commit cdbb71a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: push

jobs:
scan_fs:
runs-on: ubuntu-latest
runs-on: public-runners
container:
image: aquasec/trivy:0.54.1
steps:
Expand All @@ -14,7 +14,7 @@ jobs:
run: trivy fs --quiet --exit-code 1 .

unittest:
runs-on: ubuntu-latest
runs-on: public-runners
container:
image: mwalbeck/python-poetry:1-3.8
steps:
Expand All @@ -25,4 +25,4 @@ jobs:
run: |
poetry install
poetry run pytest
poetry run pylint src test || exit 0 # Ignore pylint failures as they are not as important as tests
poetry run pylint src test || exit 0 # Ignore pylint failures as they are not as important as tests

0 comments on commit cdbb71a

Please sign in to comment.