action yml
This commit is contained in:
parent
0dc80fcccf
commit
7b27a87948
@ -1,13 +1,5 @@
|
|||||||
FROM ruby:2.6.5-alpine
|
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
|
RUN gem install brakeman
|
||||||
|
|
||||||
COPY lib /action/lib
|
COPY lib /action/lib
|
||||||
|
|||||||
9
action.yml
Normal file
9
action.yml
Normal 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"
|
||||||
@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"repository": {
|
|
||||||
"owner": {
|
|
||||||
"login": "devmasx"
|
|
||||||
},
|
|
||||||
"name": "brakeman-linter"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user