Skip to content

Code Scanning Alert: Workflow does not contain permissions #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JennaySDavis opened this issue Apr 28, 2025 · 1 comment
Open

Code Scanning Alert: Workflow does not contain permissions #507

JennaySDavis opened this issue Apr 28, 2025 · 1 comment

Comments

@JennaySDavis
Copy link
Contributor

.github/workflows/broken-link-checker.yaml:10

jobs:
broken-link-checker:
runs-on: ubuntu-latest
defaults:
run:
working-directory: 'front-end'
steps:
- name: Checkout code
uses: actions/checkout@v3

  - name: Setup Node.js
    uses: actions/setup-node@v3
    with:
      node-version: 18.x
      cache: npm
      cache-dependency-path: front-end/package-lock.json

  - name: install dependencies
    run: npm ci

  - name: Run broken link checker 
    run: npm run link-checker:ci
@JennaySDavis
Copy link
Contributor Author

JennaySDavis commented May 8, 2025

507 Acceptance Criteria

Pass/Fail Description
Pass Regression Testing of 889 Representations Search

Comments/Additional Notes
N/A

ADA Compliance (Automated scan via Chrome Lighthouse)

Criteria Score
Performance 89
Accessibility 100
Best Practices 100

**Performance issues attributed to the following third-party vendors: cloud.gov, USWDS, and Google Manager. Also, a bug has been logged to address the Largest Contentful Paint element #515

Passed 05/08/2025 - JSD

felder101 added a commit that referenced this issue May 15, 2025
Sprint 55 issues include:

Code Scanning Alert: Workflow does not contain permissions #506
Code Scanning Alert: Workflow does not contain permissions #502
Code Scanning Alert: Workflow does not contain permissions #507
Code Scanning Alert: Workflow does not contain permissions #503
889 Tool | Removal of D&B data usage link after April 4, 2025 #124
Code Scanning Alert: Workflow does not contain permissions #505
Code Scanning Alert: Workflow does not contain permissions #504
felder101 added a commit that referenced this issue May 15, 2025
Sprint 55 issues include:

Code Scanning Alert: Workflow does not contain permissions #506
Code Scanning Alert: Workflow does not contain permissions #502
Code Scanning Alert: Workflow does not contain permissions #507
Code Scanning Alert: Workflow does not contain permissions #503
889 Tool | Removal of D&B data usage link after April 4, 2025 #124
Code Scanning Alert: Workflow does not contain permissions #505
Code Scanning Alert: Workflow does not contain permissions #504
felder101 added a commit that referenced this issue May 16, 2025
Sprint 55 issues include:

Code Scanning Alert: Workflow does not contain permissions #506
Code Scanning Alert: Workflow does not contain permissions #502
Code Scanning Alert: Workflow does not contain permissions #507
Code Scanning Alert: Workflow does not contain permissions #503
889 Tool | Removal of D&B data usage link after April 4, 2025 #124
Code Scanning Alert: Workflow does not contain permissions #505
Code Scanning Alert: Workflow does not contain permissions #504
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant