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 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 }}";