From ab8971fb63b3a1bff52f66cb3747b250c1c0b1da Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 4 Mar 2024 10:34:56 +0530 Subject: [PATCH 1/2] Create CODEOWNERS --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..1be7e0d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @contentstack/security-admin From e93cb8e6e294a26799ee8345de7148046f76b000 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 4 Mar 2024 13:04:27 +0530 Subject: [PATCH 2/2] Update secrets-scan.yml --- .github/workflows/secrets-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/secrets-scan.yml b/.github/workflows/secrets-scan.yml index eca3c48..15acb5b 100644 --- a/.github/workflows/secrets-scan.yml +++ b/.github/workflows/secrets-scan.yml @@ -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 @@ -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 }}"; \ No newline at end of file + echo "Download the Talisman scan report from Artifact: ${{ steps.upload_report.outputs.artifact-url }}";