action yml

This commit is contained in:
Miguel Savignano 2019-11-01 20:07:05 +01:00
parent 0dc80fcccf
commit 7b27a87948
3 changed files with 9 additions and 16 deletions

View File

@ -1,13 +1,5 @@
FROM ruby:2.6.5-alpine
LABEL "com.github.actions.name"="Brakeman linter"
LABEL "com.github.actions.description"="A GitHub Action that lints your Ruby code with Brakeman!"
LABEL "com.github.actions.icon"="code"
LABEL "com.github.actions.color"="red"
LABEL "repository"="https://github.com/devmasx/brakeman-linter-action"
LABEL "maintainer"="Miguel Savignano <migue.masx@gmail.com>"
LABEL "version"="1.0.0"
RUN gem install brakeman
COPY lib /action/lib

9
action.yml Normal file
View File

@ -0,0 +1,9 @@
name: "Brakeman linter"
description: "A GitHub Action that lints your Ruby code with Brakeman!"
author: Miguel Savignano
runs:
using: "docker"
image: "Dockerfile"
branding:
icon: "code"
color: "red"

View File

@ -1,8 +0,0 @@
{
"repository": {
"owner": {
"login": "devmasx"
},
"name": "brakeman-linter"
}
}