salesforce/aws-allowlister

Compliance Data update automation is failing

Closed this issue · 5 comments

jdyke commented

It looks like it is breaking on a new entry into the DoD table AWS Diode from what I assume is a missing <a href=""> block

image

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>]

Interesting. I'll have to take a look at this. Thanks for debugging

Fixed by #99