Skip to content

chore: override tar to ^7.5.19, shell-quote to ^1.9.0, axios to ^1.18.0, brace-expansion to ^5.0.8 #599

chore: override tar to ^7.5.19, shell-quote to ^1.9.0, axios to ^1.18.0, brace-expansion to ^5.0.8

chore: override tar to ^7.5.19, shell-quote to ^1.9.0, axios to ^1.18.0, brace-expansion to ^5.0.8 #599

Workflow file for this run

name: GitSecretsScan
on:
pull_request:
branches:
- main
- '*.*'
types: [opened, reopened, synchronize]
permissions:
contents: read
jobs:
git-secret-check:
name: Git Secrets Scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
path: aws/code-editor
- name: Git Secrets Scan Script
run: |
set -ex
cd "$GITHUB_WORKSPACE"
git clone https://github.com/awslabs/git-secrets.git && cd git-secrets
sudo make install
git secrets --register-aws --global
cd "$GITHUB_WORKSPACE/aws/code-editor"
git secrets --scan-history