Compliance Data update automation is failing
Closed this issue · 5 comments
kmcquade commented
See the failed GitHub actions: https://github.com/salesforce/aws-allowlister/actions/runs/1032122283
jdyke commented
jdyke commented
Here is an example working service_name_cell = some_cells[0].contents[1]
vs not:
Working:
[<td>
<b>
<a href="/datasync/">
AWS DataSync
</a>
</b>
</td>, <td>
✓
</td>, <td>
✓
</td>, <td>
✓
</td>, <td>
✓
</td>, <td>
</td>]
Not working:
[<td>
AWS Diode
</td>, <td>
</td>, <td>
</td>, <td>
</td>, <td>
</td>, <td>
DISA Review
</td>]
kmcquade commented
Interesting. I'll have to take a look at this. Thanks for debugging
PatMyron commented
think this issue should still be open:
https://github.com/salesforce/aws-allowlister/actions/workflows/update-compliance-data.yml?query=is:success
#97 (comment)