This project is mirrored from https://github.com/slsa-framework/slsa.git.
Pull mirroring updated .
- 23 Jul, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.27.1 to 0.28.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...v0.28.1 ) --- updated-dependencies: - dependency-name: markdownlint-cli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 Jul, 2021 1 commit
-
-
Tom Hennen authored
Document some SLSA use cases
-
- 21 Jul, 2021 9 commits
-
-
Mark Lodato authored
Use .markdownlintignore.
-
Mark Lodato authored
-
Mark Lodato authored
This allows us to automatically ignore all gitignore'd files, rather than having to maintain the patterns in package.json.
-
Tom Hennen authored
-
Tom Hennen authored
-
Kim Lewandowski authored
new folder for community members to submit case studies
-
Mark Lodato authored
Remove version comments from pinned actions.
-
Mark Lodato authored
Dependabot automated version bumps only update the hash, not the comment, so the comment is likely to get stale. Example: #102.
-
Mark Lodato authored
Bump actions/setup-node from 2.2.0 to 2.3.0
-
- 20 Jul, 2021 7 commits
-
-
Tom Hennen authored
choke-point doesn't sound nice. control-point gets the same idea across.
-
Kim Lewandowski authored
adding a new folder for community members to submit their own case studies trying to reach SLSA levels
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/38d90ce44d5275ad62cc48384b3d8a58c500bb5f...aa759c6c94d3800c55b8601f21ba4b2371704cb7 ) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Tom Hennen authored
-
Tom Hennen authored
-
Tom Hennen authored
-
Tom Hennen authored
-
- 19 Jul, 2021 4 commits
-
-
Tom Hennen authored
-
Tom Hennen authored
Weren't enough spaces after the list numbers. Hopefully this will also make it happy with the sublist.
-
Tom Hennen authored
-
Tom Hennen authored
Still very much draft. Lots of work left to do.
-
- 12 Jul, 2021 4 commits
-
-
Tom Hennen authored
Explicitly allow multiple provenance hashes
-
Jacques Chester authored
-
Abhishek Arya authored
Lay disallowance emphasis on RFC2119 MUST NOT
-
Jacques Chester authored
-
- 07 Jul, 2021 4 commits
-
-
Mark Lodato authored
Joshuagl/more markdown
-
Mark Lodato authored
Reformat the attacks table, fix link to reqs.
-
Joshua Lock authored
Fix typo within case study (SLSA 3 -> 4)
-
Mark Lodato authored
Fixes #89. Thanks to @rtmorgan for reporting.
-
- 05 Jul, 2021 3 commits
-
-
Joshua Lock authored
-
Joshua Lock authored
In the "How SLSA could have helped" column of the row describing threat D "Compromise build platform" instead of linking to the generic requirements document, link directly to the build requirements section.
-
Joshua Lock authored
Add word "later" to brief description of event-stream attack to better indicate that the attacker was deliberate and patient.
-
- 02 Jul, 2021 2 commits
-
-
dlorenc authored
Have dependabot keep npm modules up-to-date also
-
Joshua Lock authored
As we now keep npm packaging metadata in the repository, have dependabot monitor it and notify of updates. Signed-off-by:
Joshua Lock <jlock@vmware.com>
-
- 01 Jul, 2021 4 commits
-
-
Mark Lodato authored
This makes the table easier to maintain. Although the long lines are annoying, we get the benefit of not having to deal with HTML.
-
Mark Lodato authored
Reformat the attacks table to make it easier to maintain: - Remove unnecessary closing `tr` and `td` tags. - Merge short columns onto one line. - Separate each row with a blank line. - Break lines at natural boundaries. Fix a stale link to build-requirements.md, which (a) was an absolute link instead of relative, (b) pointed to a file that has since been deleted, and (c) didn't work on slsa.dev since the jekyll-relative-links plugin only works on Markdown links, not HTML links.
-
Mark Lodato authored
Set up `npm run lint` to call markdownlint.
-
Mark Lodato authored
-
- 30 Jun, 2021 1 commit
-
-
Mark Lodato authored
This makes it easier for other developers to run markdownlint, and checking in package-lock.json ensures that we're all using the same version. Futhermore, this commit calls `npm run lint` directly instead of using the GitHub Action because the action doesn't seem to be working.
-