Skip to content

Sls mentor

Actions
run sls-mentor
v0.6
Latest
Star (0)

Tags

 (1)

sls-mentor-github-action

Github action related to sls-mentor

https://sls-mentor.dev/

You don't need this action

Github Actions have everything that you need to run sls-mentor out of the box now, to do that simply use the run commands like so, with the right values for myIAMRoleArn and myRegion:

name: CI
on: push
jobs:
build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Run sls-mentor
      uses: sls-mentor/sls-mentor-github-action@v0.6
      with: 
        iam-role: myIAMRoleArn
        aws-region: myRegion

This action executes sls-mentor infrastructure audit on specified AWS account without any previous action/build step.

Configuring an IAM role for the action

You should use a Github action role configured with OIDC for Github.

Sls mentor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

run sls-mentor
v0.6
Latest

Tags

 (1)

Sls mentor is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.