Skip to content

Commit

Permalink
Add metadata for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
max committed Mar 8, 2019
1 parent 3a3e35e commit e616768
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
FROM python:2-alpine

LABEL version="1.0.0"
LABEL repository="http://github.com/max/secret-scan"
LABEL homepage="http://github.com/max/secret-scan"
LABEL maintainer="Max Schoening <max@max.wtf>"

LABEL "com.github.actions.name"="Secret Scan"
LABEL "com.github.actions.description"="Scan your repository for secrets"
LABEL "com.github.actions.icon"="lock"
LABEL "com.github.actions.color"="red"

RUN pip install truffleHog
RUN apk --update add git less openssh && \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit e616768

Please sign in to comment.