Skip to content

Commit

Permalink
Update openapi-static-scan.yml [skip ci]
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Atkins <[email protected]>
  • Loading branch information
caindy authored Dec 18, 2023
1 parent ddf52c7 commit 98e27ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/openapi-static-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Audit API definition for security issues
uses: 42Crunch/api-security-audit-action-freemium@v1
with:
# Upload results to Github Code Scanning
upload-to-code-scanning: true
upload-to-code-scanning: false
log-level: debug
sarif-report: 42Crunch_AuditReport_${{ github.run_id }}.SARIF
# sarif-report: 42Crunch_AuditReport_${{ github.run_id }}.SARIF
- name: save-audit-report
if: always()
uses: actions/upload-artifact@v3
if: ${{ ! always() }}
uses: actions/upload-artifact@v4
with:
name: 42Crunch_AuditReport_${{ github.run_id }}
path: 42Crunch_AuditReport_${{ github.run_id }}.SARIF
Expand Down

0 comments on commit 98e27ac

Please sign in to comment.