Skip to content

Commit

Permalink
Added fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pchachicho committed Jun 21, 2024
1 parent e696854 commit b909274
Showing 1 changed file with 7 additions and 29 deletions.
36 changes: 7 additions & 29 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

name: Code-Checks
on:
# push:
# branches-ignore:
# - master
# - main
# - develop
push:
branches-ignore:
- master
- main
- develop
pull_request:
branches:
- develop
Expand All @@ -25,8 +25,8 @@ on:
paths-ignore:
- README.md
- .old_cicd/*
# - .github/*
# - .github/workflows/*
- .github/*
- .github/workflows/*
- LICENSE
- .gitignore
- .dockerignore
Expand Down Expand Up @@ -85,28 +85,6 @@ jobs:
# - name: Test with pytest
# run: |
# make test

############################ Bandit ################################
# bandit:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.12"

# - name: Install Requirements
# run: |
# pip install -r requirements.txt
# pip install bandit
# pip install ./dags

# # Only report high security issues
# - name: Test with Bandit
# run: |
# bandit -r dags -n3 -lll

############################## test-image-build ##############################
test-image-build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b909274

Please sign in to comment.