Skip to content

Allow message body redaction #90

Allow message body redaction

Allow message body redaction #90

Triggered via pull request February 20, 2024 19:57
Status Failure
Total duration 32s
Artifacts

pull-request.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
test: src/sqs.test.ts#L4
Insert `;`
test: src/sqs.test.ts#L5
Insert `;`
test: src/sqs.test.ts#L15
Replace `__dirname·+·'/__fixtures__/public-key.pem',·'utf8')` with `⏎····__dirname·+·'/__fixtures__/public-key.pem',⏎····'utf8',⏎··);`
test: src/sqs.test.ts#L16
Insert `;`
test: src/sqs.test.ts#L161
Insert `,`
test: src/sqs.test.ts#L167
Replace `__dirname·+·'/__fixtures__/private-key.pem',·'utf8')` with `⏎······__dirname·+·'/__fixtures__/private-key.pem',⏎······'utf8',⏎····);`
test: src/sqs.test.ts#L168
Insert `;`
test: src/sqs.test.ts#L169
Replace `privateKey,·Buffer.from(encryptedBody,·'base64')` with `⏎······privateKey,⏎······Buffer.from(encryptedBody,·'base64'),⏎····`
test: src/sqs.test.ts#L179
Replace `"[REDACTION·FAILED]"` with `'[REDACTION·FAILED]',`
test: src/sqs.test.ts#L180
Insert `,`
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/