docker-attest-build-provenance/.github
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
..
linters bump eslint from 8.57.1 to 9.16.0 (#418) 2024-12-16 07:08:45 -08:00
workflows Create aws.yml 2025-04-18 01:10:49 -07:00
dependabot.yml Bump super-linter/super-linter from 6 to 7 (#205) 2024-08-20 13:10:51 -05:00