Skip to content

Commit

Permalink
Ignoring build
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Dec 4, 2024
1 parent 3baa673 commit 2112106
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/prepare_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ jobs:
-d ${{ inputs.date }}
- name: Save static code analysis
env:
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: ${{ secrets.AWS_REGION }}
run: bandit -r . -x ./tests,./scripts -f txt -o static_code_analysis.txt --exit-zero
run: bandit -r . -x ./tests,./scripts,./build -f txt -o static_code_analysis.txt --exit-zero

- name: Create pull request
id: cpr
Expand Down

0 comments on commit 2112106

Please sign in to comment.