Browse Source

Merge pull request #12990 from pnacht/scorecard-action

Add the OpenSSF Scorecard GitHub Action
pull/5544/head^2
Julien Pivotto 1 year ago committed by GitHub
parent
commit
a06c6680aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      scripts/sync_repo_files.sh

2
scripts/sync_repo_files.sh

@ -37,7 +37,7 @@ if [ -z "${GITHUB_TOKEN}" ]; then
fi
# List of files that should be synced.
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md .yamllint scripts/golangci-lint.yml"
SYNC_FILES="CODE_OF_CONDUCT.md LICENSE Makefile.common SECURITY.md .yamllint scripts/golangci-lint.yml .github/workflows/scorecards.yml"
# Go to the root of the repo
cd "$(git rev-parse --show-cdup)" || exit 1

Loading…
Cancel
Save