Skip to content

Commit 52ae4c5

Browse files
committed
Merge branch 'release/v1.45.0'
2 parents c1a828a + 5319a87 commit 52ae4c5

38 files changed

+845
-366
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Kondukto Gosec Scan
1+
name: Invicti ASPM Gosec Scan
22

33
on:
44
workflow_dispatch:
@@ -17,17 +17,17 @@ jobs:
1717
runs-on: ubuntu-latest
1818
env:
1919
GO111MODULE: on
20-
KONDUKTO_TOKEN: ${{ secrets.KONDUKTO_TOKEN }}
21-
KONDUKTO_HOST: ${{ secrets.KONDUKTO_HOST }}
22-
name: Kondukto GoSec Scan
20+
INVICTI_ASPM_TOKEN: ${{ secrets.INVICTI_ASPM_TOKEN }}
21+
INVICTI_ASPM_HOST: ${{ secrets.INVICTI_ASPM_HOST }}
22+
name: Invicti ASPM GoSec Scan
2323

2424
steps:
25-
- name: Configure Kondukto CLI
26-
id: configure_kondukto_cli
25+
- name: Configure Invicti ASPM CLI
26+
id: configure_invicti_aspm_cli
2727
run: |
2828
curl -sSL https://cli.kondukto.io | sh
2929
30-
- name: Get Kondukto CLI Version
30+
- name: Get Invicti ASPM CLI Version
3131
id: kdt_version
3232
run: |
3333
kdt version
@@ -52,7 +52,7 @@ jobs:
5252
name: results.json
5353
path: results.json
5454

55-
- name: Upload Gosec Scan Results To Kondukto
55+
- name: Upload Gosec Scan Results To Invicti ASPM
5656
id: upload_gosec_results
5757
run: |
5858
kdt scan -p ${{ github.event.repository.name }} -t gosec -b ${{ github.ref_name }} -f results.json
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Kondukto Nancy Scan
1+
name: Invicti ASPM Nancy Scan
22

33
on:
44
workflow_dispatch:
@@ -17,17 +17,17 @@ jobs:
1717
runs-on: ubuntu-latest
1818
env:
1919
GO111MODULE: on
20-
KONDUKTO_TOKEN: ${{ secrets.KONDUKTO_TOKEN }}
21-
KONDUKTO_HOST: ${{ secrets.KONDUKTO_HOST }}
22-
name: Kondukto Nancy Scan
20+
INVICTI_ASPM_TOKEN: ${{ secrets.INVICTI_ASPM_TOKEN }}
21+
INVICTI_ASPM_HOST: ${{ secrets.INVICTI_ASPM_HOST }}
22+
name: Invicti ASPM Nancy Scan
2323

2424
steps:
25-
- name: Configure Kondukto CLI
26-
id: configure_kondukto_cli
25+
- name: Configure Invicti ASPM CLI
26+
id: configure_invicti_aspm_cli
2727
run: |
2828
curl -sSL https://cli.kondukto.io | sh
2929
30-
- name: Get Kondukto CLI Version
30+
- name: Get Invicti ASPM CLI Version
3131
id: kdt_version
3232
run: |
3333
kdt version
@@ -61,7 +61,7 @@ jobs:
6161
name: results.json
6262
path: results.json
6363

64-
- name: Upload Nancy Scan Results To Kondukto
64+
- name: Upload Nancy Scan Results To Invicti ASPM
6565
id: upload_nancy_results
6666
run: |
6767
kdt scan -p ${{ github.event.repository.name }} -t nancy -b ${{ github.ref_name }} -f results.json

0 commit comments

Comments
 (0)