Skip to content

build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 #291

build(deps): Bump actions/checkout from 4.1.0 to 4.1.1

build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 #291

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@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Checkout awslabs/git-secrets
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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