diff --git a/.github/workflows/scheduled_job.yaml b/.github/workflows/scheduled_job.yaml index 2aa932c..d2eee97 100644 --- a/.github/workflows/scheduled_job.yaml +++ b/.github/workflows/scheduled_job.yaml @@ -95,7 +95,7 @@ jobs: - name: fetch repo uses: actions/checkout@v3 with: - repository: ${{ env.REPO_OWNER }}/Seaweed-Reports + repository: ${{ env.REPO_OWNER }}/seaweed-reports token: ${{ secrets.GAT }} - name: set env @@ -129,7 +129,7 @@ jobs: - name: fetch repo uses: actions/checkout@v3 with: - repository: ${{ env.REPO_OWNER }}/Seaweed-Reports + repository: ${{ env.REPO_OWNER }}/seaweed-reports token: ${{ secrets.GAT }} - name: set target directory diff --git a/src/project_seaweed/report_analyzer.py b/src/project_seaweed/report_analyzer.py index 6f1c462..50c38e8 100644 --- a/src/project_seaweed/report_analyzer.py +++ b/src/project_seaweed/report_analyzer.py @@ -6,9 +6,9 @@ repo_owner=os.environ.get("REPO_OWNER", default='coreruleset') -file_url: str = "https://raw.githubusercontent.com/{}/Seaweed-Reports/main/{}/{}Artifact/{}Analysis.yaml" +file_url: str = "https://raw.githubusercontent.com/{}/seaweed-reports/main/{}/{}Artifact/{}Analysis.yaml" latest_scan: str = ( - "https://raw.githubusercontent.com/{}/Seaweed-Reports/main/latest.txt" + "https://raw.githubusercontent.com/{}/seaweed-reports/main/latest.txt" )