Skip to content

Commit

Permalink
Update section headings in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austenstone committed Jan 31, 2024
1 parent 57bcf44 commit 58edeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/usage-csv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
with:
json-artifact-name: ${{ steps.export.outputs.artifact-name }}
create-artifact: true
create-artifact-name: "GitHub Security Alerts CSV"
artifact-name: "GitHub Security Alerts CSV"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ jobs:

```

## Query Parameters Example
#### Query Parameters Example
```yml
code-scanning-query-parameters: '{ "severity": "critical", "state": "open" }'
secret-scanning-query-parameters: '{ "state": "open" }'
dependabot-query-parameters: '{ "severity": "critical", "state": "open" }'
```
## Artifact
#### Artifact
We create an artifact by default, you can disable this by setting `create-artifact` to `false`. Modify the `artifact-name` to change the name of the artifact.

```yml
Expand Down

0 comments on commit 58edeb9

Please sign in to comment.