Skip to content

Commit

Permalink
Merge pull request #77 from MeasureAuthoringTool/Drupal10.3.9
Browse files Browse the repository at this point in the history
MAT-8020 Update to Drupal 10.3.10
  • Loading branch information
sb-benohe authored Dec 16, 2024
2 parents 74c9909 + 27eb288 commit d8e85bf
Show file tree
Hide file tree
Showing 6 changed files with 515 additions and 568 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gitleaks_github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
runs-on: ubuntu-latest
env:
REPO: https://github.com/MeasureAuthoringTool/mat-drupal
REMOTE_EXCLUDES_URL: https://raw.githubusercontent.com/casey-erdmann/bmat-gitleaks-automation/master/mat-drupal/gitleaks.toml
GITLEAKS_VERSION: v3.0.3
REMOTE_EXCLUDES_URL: https://raw.githubusercontent.com/semanticbits/bmat-gitleaks-automation/master/mat-drupal/gitleaks.toml
GITLEAKS_VERSION: v7.5.0
steps:
- name: Execute Gitleaks
run: |
wget ${REMOTE_EXCLUDES_URL} -O gitleaks.toml
wget https://github.com/zricethezav/gitleaks/releases/download/${GITLEAKS_VERSION}/gitleaks-linux-amd64 -O gitleaks
chmod +x gitleaks
echo ${GITHUB_SHA}
echo "gitleaks --repo=${REPO} -v --pretty --redact --commit=${GITHUB_SHA} --config=gitleaks.toml"
./gitleaks --repo=${REPO} -v --pretty --redact --commit=${GITHUB_SHA} --config=gitleaks.toml
echo "gitleaks --repo-url=${REPO} -v --redact --commit=${GITHUB_SHA} --config-path=gitleaks.toml"
./gitleaks --repo-url=${REPO} -v --redact --commit=${GITHUB_SHA} --config-path=gitleaks.toml
- name: Slack notification
if: failure()
env:
Expand Down
Loading

0 comments on commit d8e85bf

Please sign in to comment.