Skip to content

Commit

Permalink
Generate algorthmic report card for september 11 - september 25th (#8366
Browse files Browse the repository at this point in the history
)

* Generate algorthmic report card for september 11 - september 25th
* upgrade install action
* Update to denylist.bin
* upgrade name/serial steps
---------

Co-authored-by: Marc Nijdam <[email protected]>
  • Loading branch information
Vagabond and madninja authored Oct 3, 2023
1 parent 5ac1f32 commit 952c116
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install xorf-generator
uses: jaxxstorm/action-install-gh-release@v1.3.1
uses: jaxxstorm/action-install-gh-release@v1.10.0
env:
## Allow install into PATH
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
Expand All @@ -29,18 +29,18 @@ jobs:
- name: Get descriptor path
id: set_descriptor
run: |
echo "::set-output name=descriptor_path::$(jq .report_prefix manifest.json)"
echo "descriptor_path=$(jq .report_prefix manifest.json)" >> $GITHUB_ENV
- name: Get serial
id: set_serial
run: |
echo "::set-output name=serial::$(jq .serial manifest.json)"
echo "serial=$(jq .serial manifest.json)" >> $GITHUB_ENV
- name: Download descriptor
run: wget ${{steps.set_descriptor.outputs.descriptor_path}}descriptor.json
run: wget ${{env.descriptor_path}}descriptor.bin

- name: Generate signing data
run: xorf-generator data generate --serial ${{steps.set_serial.outputs.serial}}
run: xorf-generator data generate --serial ${{env.serial}}

- name: Check manifest
run: xorf-generator manifest verify
Expand Down
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"serial": 2023093001,
"report_prefix": "https://shdw-drive.genesysgo.net/DhH4ephnFvLArL9sZMFHNFWCPUSFKZmYXHZSfVTnKQCt/",
"hash": "1HChbQO6SkbrvqGthWG3YDl6CeqPRNHoN8Nd4VxVkzE=",
"serial": 2023100301,
"report_prefix": "https://shdw-drive.genesysgo.net/3DvkYWGineRxY2zCG4Yexwo5GP8kaRooaUaSzWf1DiFg/",
"hash": "dbY8K6a7w0unYoRkcDU/HKuZkehM8SW0F6fyXcGtxoQ=",
"signatures": [
{
"address": "13hSNQ6KDnFcG8zKJg79HFcKNPcqg4f4hSnxaSjpUsyh7UAvRak",
"signature": "iSCpwIofIjLasmSo4YWyXiYxVHyeNNlkJ12SCtn+gPQwd+rsuFvc+09L0DAaHbbMnWtIvirNq9iG9/BiwrOqBQ=="
"signature": "NBo2VPbR/hghunB7TmY8oyUESBLjXpqIh7NoXoKfegqRBTIddTl+Pl/yfwPnaJfVYUheKPlxuJE0HN6W9qOTBg=="
}
]
}

0 comments on commit 952c116

Please sign in to comment.