Skip to content

Commit

Permalink
Baseline: Pinned dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Jul 26, 2024
1 parent 66f6a4a commit b6fd13a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion profiles/github/openssf_security_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,19 @@ repository:
filename: SECURITY-INSIGHTS.yml

# (TODO) Dependency Policy published
# (TODO) Pinned dependencies

# Pinned dependencies
# This rule tells Minder to run Grizbee (https://github.com/stacklok/frizbee/)
# in the repository to check and remediate GitHub actions referenced with tags
- type: actions_check_pinned_tags
name: "GitHub Actions workflows reference pinned tags"
def:
exclude:
# generator_generic_slsa3 does not support pinning and will fail to retrieve the
# generator binary. We need to exclude it from pinning because of this.
# See https://github.com/slsa-framework/slsa-github-generator/issues/2993
- slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml

# (TODO) Hardened Workflows

# Static code analysis: CodeQL
Expand Down

0 comments on commit b6fd13a

Please sign in to comment.