Skip to content

Code Scanning Alert: Workflow does not contain permissions #502

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 #502

JennaySDavis opened this issue Apr 28, 2025 · 1 comment

Comments

@JennaySDavis
Copy link
Contributor

jobs:
deploy:
runs-on: ubuntu-latest
environment: ${{ inputs.environment }}
steps:
- uses: actions/checkout@v3
- name: Configure environment variables
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CG_USERNAME }}
cf_password: ${{ secrets.CG_PASSWORD }}
cf_org: gsa-smartpay
cf_space: ${{ inputs.environment }}
command: >-
bin/cg-set-env.sh ${{ inputs.environment }}
- name: Deploy the application
uses: cloud-gov/cg-cli-tools@main
with:
cf_username: ${{ secrets.CG_USERNAME }}
cf_password: ${{ secrets.CG_PASSWORD }}
cf_org: gsa-smartpay
cf_space: ${{ inputs.environment }}
cf_vars_file: manifest-vars.${{ inputs.environment }}.yml

@JennaySDavis
Copy link
Contributor Author

502 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 83*
Accessibility 100
Best Practices 100

Performance issues attributed to the third-party vendor cloud.gov and large layout shifts, which will be addressed with Bug: Single Result Causes Large Layout Shifts #508

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