Skip to content

Commit

Permalink
hotfix : bandit action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jan 22, 2024
1 parent 0f7cc79 commit fd0f09e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Bandit Test
uses: mdegis/bandit-action@v1
uses: mdegis/bandit-action@v1.0.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
Expand Down
8 changes: 8 additions & 0 deletions ci/setup/cloudrun/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# setup cloud run
# Usage: setup.sh <project_id> <service_account_name> <workload_identity_pool_name> <github_repo> <artifact_registry_location>

set -e
PROJECT_ID=$1
SERVICE_ACCOUNT_NAME=$2
WORKLOAD_IDENTITY_POOL_NAME=$3
GITHUB_REPO=$4

0 comments on commit fd0f09e

Please sign in to comment.