Giter Club home page Giter Club logo

asim-toarm's Introduction

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/[email protected]
        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

asim-toarm's People

Contributors

azurekid avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.