Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniag committed Oct 12, 2024
1 parent 0f2ac25 commit c1bf7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
id: gokakashi_scan
uses: ./.github/actions/gokakashi-scan
with:
api_host: 'https://private-scan-reports.hasura-app.io:9090'
api_host: 'http://scan-reports.hasura-app.io:8080'
api_token: 'ashwiniag123'
image_name: 'hasura/graphql-engine:v2.35.0'
severity: 'CRITICAL,HIGH'
severity: 'HIGH,CRITICAL'
publish: 'report_private'
# fail_on_severity: 'HIGH,CRITICAL'

Expand Down

0 comments on commit c1bf7cd

Please sign in to comment.