Skip to content

Commit

Permalink
Update repo name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
vandanrohatgi committed Aug 31, 2022
1 parent 699448a commit 0968447
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/project_seaweed/report_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)


Expand Down

0 comments on commit 0968447

Please sign in to comment.