Skip to content

fix : read credentials from os env #101

fix : read credentials from os env

fix : read credentials from os env #101

name: Build and Deploy to Cloud Run
on:
push:
branches:
- main
- dev
- feature/**
- feat/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Bandit Test
uses: mdegis/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
path: "."
level: high
confidence: high
exit_zero: true