Skip to content

Commit

Permalink
fix: Solve issues on ethicalcheck.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuelbert authored Mar 2, 2023
1 parent 5a646b8 commit 7e77a2f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ethicalcheck.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
Expand Down Expand Up @@ -53,17 +54,15 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: EthicalCheck Free & Automated API Security Testing Service
uses: apisec-inc/ethicalcheck-action@6538d51caea53470bf8018e21f93414a70026f46
with:
# The OpenAPI Specification URL or Swagger Path or Public Postman collection URL.
oas-url: "http://netbanking.apisec.ai:8080/v2/api-docs"
# The email address to which the penetration test report will be sent.
email: "[email protected]"
- name: EthicalCheck - Free & Automated API Security Testing Service
id: scan
uses: apisec-inc/ethicalcheck-action@005fac321dd843682b1af6b72f30caaf9952c641
with:
oas-url: http://netbanking.apisec.ai:8080/v2/api-docs
email: [email protected]
sarif-result-file: "ethicalcheck-results.sarif"

- name: Upload sarif file to repository
uses: github/codeql-action/upload-sarif@v2
with:
- name: upload sarif file to repository
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: ./ethicalcheck-results.sarif

0 comments on commit 7e77a2f

Please sign in to comment.