Skip to content

build(deps): Bump aws.java.sdk.version from 2.21.0 to 2.21.5 #293

build(deps): Bump aws.java.sdk.version from 2.21.0 to 2.21.5

build(deps): Bump aws.java.sdk.version from 2.21.0 to 2.21.5 #293

Workflow file for this run

name: git-secrets Check
permissions: {}
on:
push:
workflow_dispatch:
jobs:
git-secrets:
strategy:
matrix:
os: [ ubuntu-22.04 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Checkout awslabs/git-secrets
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
repository: awslabs/git-secrets
ref: master
path: git-secrets
- name: Install git-secrets
run: |
pushd git-secrets
sudo make install
popd
- name: Run git-secrets
run: |
git-secrets --register-aws
# If no files are provided, all files returned by git ls-files are scanned
git-secrets --scan