Skip to content

Commit f5a2d09

Browse files
chore: synced local '.github/workflows/ossf-scorecard.yml' with remote 'tools/sre_file_sync/ossf-scorecard.yml'
1 parent 1c288d3 commit f5a2d09

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/ossf-scorecard.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010

1111
permissions:
12+
id-token: write
1213
contents: read
1314
issues: read
1415
pull-requests: read
@@ -48,9 +49,11 @@ jobs:
4849
jq -c '. + {"metadata_owner": "'$OWNER'", "metadata_repo": "'$REPO'", "metadata_query": "ossf"}' ossf-results.json > ossf-results-modified.json
4950
5051
- name: "Post results to Sentinel"
51-
uses: cds-snc/sentinel-forward-data-action@01db4a9203054ecdb60ff368c3cdfca71d62e85f
52+
uses: cds-snc/sentinel-forward-data-action@2b0831903177e4ba07c850c71ab2645f72cab269
5253
with:
5354
file_name: ossf-results-modified.json
54-
log_type: GitHubMetadata_OSSF_Scorecard
55-
log_analytics_workspace_id: ${{ secrets.LOG_ANALYTICS_WORKSPACE_ID }}
56-
log_analytics_workspace_key: ${{ secrets.LOG_ANALYTICS_WORKSPACE_KEY }}
55+
dce_endpoint: ${{ secrets.SENTINEL_DCE_ENDPOINT }}
56+
dcr_rule_id: ${{ secrets.SENTINEL_DCR_RULE_ID_OSSF }}
57+
stream_name: ${{ secrets.SENTINEL_STREAM_NAME_OSSF }}
58+
azure_client_id: ${{ secrets.SENTINEL_V2_AZURE_CLIENT_ID }}
59+
azure_tenant_id: ${{ secrets.SENTINEL_V2_AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)