Skip to content
This repository was archived by the owner on Aug 21, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
* @contentstack/security-admin
4 changes: 2 additions & 2 deletions .github/workflows/secrets-scan.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,7 +11,7 @@ jobs:
fetch-depth: 0

- name: Install Expect, jq and Python
run: sudo apt-get install -y expect jq python3 python3-pip wkhtmltopdf
run: sudo apt-get update --fix-missing && sudo apt-get install -y expect jq python3 python3-pip wkhtmltopdf

- name: Install Python packages
run: pip install pandas json2html tabulate
Expand DownExpand Up@@ -51,4 +51,4 @@ jobs:
- name: Check the status of talisman scan
run: |
# if [[ ${{ steps.run_talisman.outcome }} == "success" ]]; then exit 0; else echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}" && exit 1; fi
echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";
echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";