Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/a11ywatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
a11ywatch -R > out.json
jq -c '.data[] | del(.cdn_connected, .insight, .user_id)' out.json > output.jsonl
- name: Forward results to Sentinel
uses: cds-snc/sentinel-forward-data-action@main
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
with:
file_name: output.jsonl
log_type: CDS_A11ywatch_Results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
echo '${{steps.lhci_action.outputs.manifest}}' | jq -c 'map({"url": .url, "domain": "${{ matrix.domain }}", "performance": .summary.performance, "accessibility": .summary.accessibility, "seo": .summary.seo, "pwa": .summary.pwa, "bestPractices": .summary."best-practices"})' | jq -c '.[]' > data.jsonl
- name: Forward results to Sentinel
uses: cds-snc/sentinel-forward-data-action@main
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
with:
file_name: data.jsonl
log_type: CDS_Lighthouse_Results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuclei-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
flags: "-jsonl -jsonl-export nuclei.log -stats"

- name: Forward results to Sentinel
uses: cds-snc/sentinel-forward-data-action@main
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
with:
file_name: nuclei.log
log_type: CDS_Nuclei_Results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/oswasp-zap-default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sort -u output.jsonl > unique_output.jsonl

- name: Forward results to Sentinel
uses: cds-snc/sentinel-forward-data-action@main
uses: cds-snc/sentinel-forward-data-action@0c349852373284a1130f87f8b91896132b0fc138 # main
with:
file_name: unique_output.jsonl
log_type: CDS_OWASPZap_Results
Expand Down
Loading