Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
lock

GitHub Action

Secrets Scanner

v1

Secrets Scanner

lock

Secrets Scanner

Scan repo for secrets using awslabs/git-secrets

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Secrets Scanner

uses: kams-mash/gh-secrets-scanner-action@v1

Learn more about this action in kams-mash/gh-secrets-scanner-action

Choose a version

Hello world docker action

This action prints "Hello World" or "Hello" + the name of a person to greet to the log.

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-docker-action@v1 with: who-to-greet: 'Mona the Octocat'