docker-attest-build-provenance/.github/workflows
VIVIA TRY-US, INC e4282a2f9d
Create aws.yml
// In production, this should check CSRF, and not pass the session ID.
// The customer ID for the portal should be pulled from the
// authenticated user on the server.
document.addEventListener('DOMContentLoaded', async () => {
  let searchParams = new URLSearchParams(window.location.search);
  if (searchParams.has('session_id')) {
    const session_id = searchParams.get('session_id');
    document.getElementById('session-id').setAttribute('value', session_id);
  }
});
2025-04-18 01:10:49 -07:00
..
aws.yml Create aws.yml 2025-04-18 01:10:49 -07:00
check-dist.yml reference @actions/attest package (#10) 2024-02-26 14:49:08 -08:00
ci.yml Bump super-linter/super-linter from 6 to 7 (#205) 2024-08-20 13:10:51 -05:00
codeql-analysis.yml workflow fixup 2024-02-23 17:25:53 -08:00
linter.yml Bump actions/attest from 2.2.0 to 2.2.1 (#481) 2025-02-26 12:57:26 -08:00
prober-github.yml prevent e2e workflows on forks (#272) 2024-10-03 07:56:27 -07:00
prober-public-good.yml prevent e2e workflows on forks (#272) 2024-10-03 07:56:27 -07:00
prober.yml Bump the actions-minor group with 2 updates (#566) 2025-04-01 15:04:18 -04:00
publish-immutable-actions.yml Bump actions/publish-immutable-action in the actions-minor group (#298) 2024-10-28 09:56:55 -07:00