Skip to content

Commit

Permalink
ci: update gitleaks and bandit
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Mar 19, 2024
1 parent 0f5d0c5 commit 5ccfc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

env:
BANDIT_VERSION: 1.7.5
BANDIT_VERSION: 1.7.8
PROJECT_PATH: 'label_studio/'
REPORT_PATH: 'bandit_results/bandit_security_report.txt'
ACTIONS_STEP_DEBUG: '${{ secrets.ACTIONS_STEP_DEBUG }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string

env:
GIT_GITLEAKS_VERSION: 8.16.3
GIT_GITLEAKS_VERSION: 8.18.2
ACTIONS_STEP_DEBUG: '${{ secrets.ACTIONS_STEP_DEBUG }}'

jobs:
Expand Down

0 comments on commit 5ccfc36

Please sign in to comment.