-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
59ee2aa
commit 8013262
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
name: Grab code and secret scanning data for Flat | ||
name: GitHub Advanced Security API to CSV | ||
|
||
description: tbd | ||
description: Grab code and secret scanning data from the GitHub Advanced Security API and put it into a CSV file. | ||
|
||
author: Natalie Somersall (@some-natalie) | ||
|
||
runs: | ||
using: 'docker' | ||
image: 'Dockerfile' | ||
using: "docker" | ||
image: "Dockerfile" | ||
|
||
branding: | ||
color: purple | ||
icon: cloud-drizzle | ||
icon: cloud-drizzle |