Skip to content

Github Action to convert ASIM Functions to ARM templates

License

Notifications You must be signed in to change notification settings

SecureHats/ASim-ToArm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Maintenance PRs Welcome
Good First Issues Needs Feedback

Microsoft Sentinel - ASim-ToArm

This GitHub action can be used to convert Microsoft Sentinel parsers in yaml format to deployable ARM templates.

Example 1 (return multiple arm templates)

Add the following code block to your Github workflow:

name: ASim-To-ARM
on:
  push:
    paths:
      - samples/**

jobs:
  template:
    name: ASim-ToArm
    runs-on: ubuntu-latest
    steps:
      - name: Check out repository code
        uses: actions/checkout@v3
      - name: SecureHats Solution
        uses: SecureHats/Asim-ToArm@v0.0.1
        with:
          filesPath: ./samples
          outputPath: ./output

Inputs

This Action has the following format inputs.

Name Req Type Description
filesPath true string Path to the directory containing the log files to convert, relative to the root of the project.
This path is optional and defaults to the project root, in which case all yaml files across the entire project tree will be discovered.
outputPath true string Path to the directory containing the log files to convert, relative to the root of the project.
This path is optional and defaults to the project root, in which case all yaml files across the entire project tree will be discovered.
returnObject false boolean IN DEVELLOPMENT The default value when not set is false. When the value is set to true a action will return an ARM template as an object instead of one of multiple files.

Current limitations / Under Development

See backlog

If you encounter any issues, or hae suggestions for improvements, feel free to open an Issue

Create Issue

About

Github Action to convert ASIM Functions to ARM templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published