mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
better job names
This commit is contained in:
parent
690659c9ba
commit
83f60d4be0
1 changed files with 2 additions and 4 deletions
6
.github/workflows/security-check.yaml
vendored
6
.github/workflows/security-check.yaml
vendored
|
@ -20,9 +20,8 @@ env:
|
|||
|
||||
jobs:
|
||||
security-check:
|
||||
|
||||
name: Django security check
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Check out
|
||||
uses: actions/checkout@v3
|
||||
|
@ -36,7 +35,7 @@ jobs:
|
|||
path: output.txt
|
||||
|
||||
owasp-scan:
|
||||
|
||||
name: OWASP security scan
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -50,4 +49,3 @@ jobs:
|
|||
with:
|
||||
name: owasp-scan-output
|
||||
path: ./src/zap_report.html
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue