| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Use the oak9 GitHub action to scan for infrastructure-as-code errors in your oak9 action pipeline. By utilizing this GitHub action in your project workflow, you can automatically start to find, fix and monitor your project for configuration errors in Terraform.
Using this Action provides the following features:
To run an analysis on your code, you first need to set up your project on oak9
The following is an example GitHub Actions workflow:
on: push
name: Main Workflow
jobs:
oak9Analysis:
- uses: actions/checkout@v1
- name: OAK9 Github Action
uses: oak9io/oak9.githubaction
env:
GITHUB_REPOSITORY: $GITHUB_REPOSITORY
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OAK9_API_TOKEN: ${{ secrets.OAK9_API_TOKEN }}
with:
organizationId: '[your-oak9-organization-id]'
projectId: '[your-oak9-project-id]'
maximumSeverity: 'high'
logDesignGaps: trueThis project is released under the Apache 2.0 License.
| Back | FazBrowse Home | New Git URL |