This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
Get AMI data from helm value rather than from hardcoded string in the… #3420
Workflow file for this run
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
# DO NOT EDIT. Generated with: | |
# | |
# [email protected] | |
# | |
name: gitleaks | |
on: [pull_request] | |
jobs: | |
gitleaks: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: '0' | |
- name: gitleaks-action | |
uses: zricethezav/[email protected] |