chore(deps): update terraform google to v6 #1800
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Nimbus | |
# Terraform | |
# Lint Secrets Pipeline | |
# | |
name: "Lint Secrets" | |
on: push | |
jobs: | |
lint-secrets: | |
name: "Lint Secrets with GitLeaks" | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: "0" | |
- name: Flag Secrets | |
uses: DariuszPorowski/github-action-gitleaks@v2 | |
with: | |
config: .gitleaks.toml |