Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sysdiglabs/cloud-iac-scanner-action
https://github.com/sysdiglabs/cloud-iac-scanner-action
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sysdiglabs/cloud-iac-scanner-action
- Owner: sysdiglabs
- License: apache-2.0
- Archived: true
- Created: 2021-12-09T09:42:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T10:19:27.000Z (over 1 year ago)
- Last Synced: 2024-08-02T07:22:57.599Z (3 months ago)
- Language: Shell
- Size: 16.6 KB
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- DevSecOps - https://github.com/sysdiglabs/cloud-iac-scanner-action - iac-scanner-action?style=for-the-badge) | (Infrastructure as code security)
README
⚠️⚠️DEPRECATED⚠️⚠️
# Sysdig IAC Scanner ActionThis action scans your repository with Sysdig IAC Scanner and generates an output with the vulnerabilities.
## Inputs
### Parser
> **Requiered** The name of the parser to be used in the scanner. Must be a string from the following list:
- tf-state
- tf-file
- tf-module
- cloudformation
- crossplane
- pulumi-go## Outputs
### Scanner-output
> Output generated after running IAC Scanner.## Example usage
```
uses: sysdiglabs/iac-scanner-action
with:
parser: 'cloudformation'
```