Update ethicalcheck.yml
This commit is contained in:
@@ -49,9 +49,16 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: EthicalCheck Free & Automated API Security Testing Service
|
- name: EthicalCheck Free & Automated API Security Testing Service
|
||||||
uses: apisec-inc/ethicalcheck-action@latest
|
uses: apisec-inc/ethicalcheck-action@005fac321dd843682b1af6b72f30caaf9952c641
|
||||||
with:
|
with:
|
||||||
# The OpenAPI Specification URL or Swagger Path or Public Postman collection URL.
|
# The OpenAPI Specification URL or Swagger Path or Public Postman collection URL.
|
||||||
oas-url: "http://netbanking.apisec.ai:8080/v2/api-docs"
|
oas-url: "http://netbanking.apisec.ai:8080/v2/api-docs"
|
||||||
# The email address to which the penetration test report will be sent.
|
# The email address to which the penetration test report will be sent.
|
||||||
email: "[email protected]"
|
email: "[email protected]"
|
||||||
|
sarif-result-file: "ethicalcheck-results.sarif"
|
||||||
|
|
||||||
|
- name: Upload sarif file to repository
|
||||||
|
uses: github/codeql-action/upload-sarif@v2
|
||||||
|
with:
|
||||||
|
sarif_file: ./ethicalcheck-results.sarif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user