This project is mirrored from https://github.com/slsa-framework/slsa.git.
Pull mirroring updated .
- 27 Jan, 2022 2 commits
-
-
Mark Lodato authored
This avoids the need for liquid templates to the latest version. Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
- 26 Jan, 2022 4 commits
-
-
Mark Lodato authored
Add terminology page and reshuffle content
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Abhishek Arya authored
Update meeting calendar link and readme info
-
Brandon Lum authored
Signed-off-by:
Brandon Lum <lumjjb@gmail.com>
-
- 24 Jan, 2022 5 commits
-
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Typo fix
-
Brandon Lum authored
Signed-off-by:
Brandon Lum <lumjjb@gmail.com>
-
- 19 Jan, 2022 4 commits
-
-
Mark Lodato authored
Simplify the specifications list template.
-
Mark Lodato authored
Similar to e56c3889 (#270), but for the list of subpages in /spec/v0.1/index. This change replace the "automatic" code with a manual list, which is much easier to understand and maintain. No content change. The only HTML change is to switch from absolute to relative links and to eliminate empty `<li>` elements. NOTE: Neither the original nor new code correctly handled displaying more than one specification version. This commit adds a TODO making it clear that it doesn't work. Signed-off-by:
Mark Lodato <lodato@google.com>
-
Joshua Lock authored
Simplify the nav template
-
Mark Lodato authored
The old nav system had several drawbacks: - It tried to "automatically" list all of the specification pages using the `order` field of each page, but this didn't work correctly and was a pain to maintain. Plus the liquid code was complicated. - There was no way to customize the link text (always page title) or to link to custom URLs (e.g. /provenance instead of /provenance/v0.2). - The mobile and non-mobile templates were duplicate but slightly different, which may lead to bugs in the future. Now we have an explicit configuration in _data/nav.yml and use the same template for both mobile and non-mobile nav bars. This should be easier to maintain. Signed-off-by:
Mark Lodato <lodato@google.com>
-
- 11 Jan, 2022 6 commits
-
-
Mark Lodato authored
Prefer relative links to simplify the content.
-
Mark Lodato authored
This fixes the pages when rendered on GitHub and generally makes the source easier to read. Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Add SLSA logo without text.
-
Mark Lodato authored
All of the previously checked-in images have text next to them. This new version makes it easier to convert to other formats, such as our GitHub org profile (which I just did). Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Clean up jekyll config and add dependabot.
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
- 10 Jan, 2022 3 commits
-
-
Mark Lodato authored
Reference: https://github.com/jekyll/github-metadata/blob/master/docs/authentication.md#2-netrc Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
- Update environment to match GitHub Pages exactly. - Update the instructions to fully explain how to test locally. - Remove the .DS_Store file, which should not have been checked in. - Exclude some files from Jekyll that shouldn't be published to the web. Signed-off-by:
Mark Lodato <lodato@google.com>
-
- 04 Jan, 2022 4 commits
-
-
Mark Lodato authored
Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Explain how SLSA can help with typosquatting.
-
Mark Lodato authored
Previously the doc said flatly that typosquatting was out of scope. But SLSA can be a partial mitigation, so we should clarify that. Signed-off-by:
Mark Lodato <lodato@google.com>
-
Mark Lodato authored
Bump actions/setup-node from 2.5.0 to 2.5.1
-
- 28 Dec, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/04c56d2f954f1e4c69436aa54cfef261a018f458...1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 ) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 Dec, 2021 1 commit
-
-
Abhishek Arya authored
-
- 21 Dec, 2021 1 commit
-
-
Mark Lodato authored
Adds editable resources (threat diagram and badges)
-
- 17 Dec, 2021 8 commits
-
-
Abhishek Arya authored
Fixes custom font path in production env
-
Dev Morgan authored
Signed-off-by:
Dev Morgan <disfordisford@gmail.com>
-
Dev Morgan authored
Signed-off-by:
Dev Morgan <disfordisford@gmail.com>
-
Abhishek Arya authored
slsa.dev overhaul
-
Mark Lodato authored
There were several absolute paths that work on the production site and the development server but not on a personal fork's GitHub Pages. The fix is to use either relative paths or {{site.baseurl}}. Signed-off-by:
Mark Lodato <lodato@google.com>
-
Dev Morgan authored
Signed-off-by:
Dev Morgan <disfordisford@gmail.com>
-
Dev Morgan authored
Signed-off-by:
Dev Morgan <disfordisford@gmail.com>
-
Dev Morgan authored
Signed-off-by:
Dev Morgan <disfordisford@gmail.com>
-
- 16 Dec, 2021 1 commit
-
-
Mark Lodato authored
README: Add steering committee list, fix GH alias.
-