Skip to content

Commit

Permalink
Updated code_scanner version (#64)
Browse files Browse the repository at this point in the history
* Updated code_scanner version

* reverting action version

---------

Co-authored-by: Abdeali Adenwala <abdeali@nightfall.ai>
  • Loading branch information
abdealiaden and abdealiaden authored Aug 31, 2023
1 parent ee8ca4a commit cbad3e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightfalldlp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: nightfallDLP action step
uses: nightfallai/nightfall_dlp_action@v2.0.2
uses: nightfallai/nightfall_dlp_action@v2.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NIGHTFALL_API_KEY: ${{ secrets.NIGHTFALL_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: nightfallDLP action step
uses: nightfallai/nightfall_dlp_action@v2.1.0
uses: nightfallai/nightfall_dlp_action@v2.2.0
env:
NIGHTFALL_API_KEY: ${{ secrets.NIGHTFALL_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightfall DLP Action
description: Scan Pull Requests for sensitive information, like credentials & secrets, PII, credit card numbers, and more.
runs:
using: 'docker'
image: 'docker://nightfallai/nightfall_code_scanner:v2.1.0'
image: 'docker://nightfallai/nightfall_code_scanner:v2.2.0'
branding:
icon: 'eye'
color: 'purple'

0 comments on commit cbad3e7

Please sign in to comment.