Skip to content

Commit

Permalink
Feature/version bump 2 1 0 (#222)
Browse files Browse the repository at this point in the history
* Bump version: 2.0.3 → 2.1.0

* Missed package lock
  • Loading branch information
d-co-white authored Aug 14, 2023
1 parent 5bfd754 commit ad7f2f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.3
current_version = 2.1.0
commit = True
tag = False

Expand Down
24 changes: 12 additions & 12 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.3
- uses: stackhawk/hawkscan-action@v2.1.0
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.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
args: |
--hawk-mem 1g
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
command: rescan
```
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
dryRun: true
Expand All @@ -94,7 +94,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
configurationFiles: stackhawk.yml stackhawk-extra.yml
Expand All @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
installCLIOnly: true
- name: Run CLI Scan
Expand All @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
codeScanningAlerts: true
Expand All @@ -154,7 +154,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
verbose: true
Expand All @@ -171,7 +171,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
workspace: ./app/config/
```
Expand All @@ -186,7 +186,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: stackhawk/hawkscan-action@v2.0.3
- uses: stackhawk/hawkscan-action@v2.1.0
with:
version: 2.7.0
```
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
pip3 install -r requirements.txt
nohup python3 app.py &
- name: Scan my app
uses: stackhawk/hawkscan-action@v2.0.3
uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
```
Expand All @@ -265,7 +265,7 @@ jobs:
APP_HOST: 'http://localhost:5000'
APP_ID: AE624DB7-11FC-4561-B8F2-2C8ECF77C2C7
APP_ENV: Development
uses: stackhawk/hawkscan-action@v2.0.3
uses: stackhawk/hawkscan-action@v2.1.0
with:
apiKey: ${{ secrets.HAWK_API_KEY }}
dryRun: true
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "2.1.0",
"description": "StackHawk HawkScan Action",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit ad7f2f4

Please sign in to comment.