salesforce / aws-allowlister

Automatically compile an AWS Service Control Policy that ONLY allows AWS services that are compliant with your preferred compliance frameworks.
MIT License
221 stars 34 forks source link

Updates database #82

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

This is an automated PR created because AWS compliances resources were updated.

jdyke commented 3 years ago

Looks like the short SHA work did not work correctly. I'll check into that in a different PR.

potential solution:

- name: Set outputs
        id: vars
        run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"

...
        branch: ${{ steps.vars.outputs.sha_short }}
jdyke commented 3 years ago

Figured I can fix it here and also get the CI actions to run.

jdyke commented 3 years ago

There might be a permissions error or an internal GitHub error @kmcquade GitHub Actions has encountered an internal error when running your job. I tried manually running some of the actions as well and they failed. I ended up cancelling all of the running actions to avoid extended timeouts.