Skip to content

Commit

Permalink
Merge pull request #212 from stackhawk/feature/node-16-upgrade-release
Browse files Browse the repository at this point in the history
Bump version: 2.0.1 → 2.0.2
  • Loading branch information
Bwvolleyball authored Mar 15, 2023
2 parents 316ef24 + 55d0776 commit ff9c15d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.1
current_version = 2.0.2
commit = True
tag = False

Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.15.0
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
```
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
dryRun: true
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
configurationFiles: stackhawk.yml stackhawk-extra.yml
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
installCLIOnly: true
- name: Run CLI Scan
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
codeScanningAlerts: true
Expand All @@ -121,7 +121,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
verbose: true
Expand All @@ -138,7 +138,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
workspace: ./app/config/
```
Expand All @@ -153,7 +153,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.1
- uses: stackhawk/hawkscan-action@v2.0.2
with:
version: 2.7.0
```
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
pip3 install -r requirements.txt
nohup python3 app.py &
- name: Scan my app
uses: stackhawk/hawkscan-action@v2.0.1
uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
```
Expand All @@ -232,7 +232,7 @@ jobs:
APP_HOST: 'http://localhost:5000'
APP_ID: AE624DB7-11FC-4561-B8F2-2C8ECF77C2C7
APP_ENV: Development
uses: stackhawk/hawkscan-action@v2.0.1
uses: stackhawk/hawkscan-action@v2.0.2
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
dryRun: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hawkscan-action",
"version": "2.0.1",
"version": "2.0.2",
"description": "StackHawk HawkScan Action",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ff9c15d

Please sign in to comment.