-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add sourceIP to the log * update if exist object en0 * fix test * update git-secrets * exclude to function
- Loading branch information
Showing
6 changed files
with
71 additions
and
12 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,33 +1,31 @@ | ||
name: git-secrets | ||
|
||
# Controls when the workflow will run | ||
# Triggers the workflow on push or pull request events but only for the main branch | ||
on: [push] | ||
|
||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | ||
jobs: | ||
# This workflow contains a single job called "main" | ||
git-secrets: | ||
# The type of runner that the job will run on | ||
runs-on: ubuntu-18.04 | ||
|
||
runs-on: ubuntu-22.04 | ||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
- name: Check Out Source Code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.8 | ||
- name: Installing dependencies | ||
run: | ||
sudo apt-get install git less openssh-server | ||
sudo apt-get install less openssh-server | ||
- name: Installing scanning tool | ||
run: | | ||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" | ||
brew install git-secrets | ||
git secrets --install | ||
git secrets --register-aws | ||
- name: Running scanning tool | ||
run: | ||
git secrets --scan | ||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" | ||
git secrets --scan |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,7 @@ | ||
{ | ||
"name": "logzio-nodejs", | ||
"description": "A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"author": "Gilly Barr <[email protected]>", | ||
"contributors": [ | ||
{ | ||
|
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