We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3b37c commit ad93d52Copy full SHA for ad93d52
.github/workflows/security-scan.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
format: openapi
21
- target: 'https://api-ccte-stg.epa.gov/docs/exposure.json'
+ target: 'https://ctx-api-stg.ccte.epa.gov/docs/exposure.json'
22
cmd_options: '-a'
23
env:
24
ZAP_AUTH_HEADER_VALUE: "x-api-key=${{ secrets.X_API_KEY }}"
0 commit comments