jacobmort / QuantstampBadge

github badge for solidity quantstamp audits
MIT License
3 stars 2 forks source link

AWS: Create DB for storing contract status/link to json report #2

Open jacobmort opened 5 years ago

jacobmort commented 5 years ago
Example entry for this repo in DynamoDB

{
    "repo": "https://github.com/ubien/QuantstampBadge",
    "results": "failing", /*  failing/lint/pass */
    "contracts": [{
      "sample.sol": {
          "status": "done",
          "report": "https://s3.amazonaws.com/qsp-protocol-reports-dev/d614a6ae-aac6-480e-af3c-eb59dae1f046.json"
       }
  }],
}
jacobmort commented 5 years ago

v2 contracts should include git hash for the files